{
  "name": "@omnia/tooling",
  "license": "SEE LICENSE IN LICENSE.txt",
  "version": "7.11.23",
  "description": "Provide basic stuffs extensible for omnia extension.",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omniaintranet/OmniaFx"
  },
  "keywords": [
    "omnia",
    "omniafx",
    "extension",
    "office365",
    "sharepoint"
  ],
  "author": "Omnia Digital Workplace AB",
  "bin": {
    "omniafx": "bin/omniafx.js"
  },
  "engines": {
    "node": ">=12.18.1"
  },
  "main": "index.js",
  "dependencies": {
    "@omnia/types": "7.11.23",
    "tslib": "2.3.1",
    "typescript": "4.9.4",
    "semver": "6.3.1",
    "chalk": " 2.3.0",
    "chokidar": "3.5.2",
    "console-timestamp": "0.3.0",
    "minimist": "1.2.6",
    "globby": "6.1.0",
    "figlet": "1.5.2",
    "esbuild": "0.14.27",
    "esbuild-loader": "2.18.0"
  },
  "typings": "./index.d.ts",
  "bugs": {
    "url": "https://github.com/omniaintranet/OmniaFx/issues"
  },
  "homepage": "https://github.com/omniaintranet/OmniaFx#readme"
}
