@omnia/tooling
Version:
Provide basic stuffs extensible for omnia extension.
47 lines • 1.09 kB
JSON
{
"name": "@omnia/tooling",
"license": "MIT",
"version": "7.9.2",
"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.9.2",
"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"
}