@alicloud/console-toolkit-plugin-updator
Version:
console toolkit plugin for updator notify
45 lines (44 loc) • 1.24 kB
JSON
{
"name": "@alicloud/console-toolkit-plugin-updator",
"version": "1.2.55",
"description": "console toolkit plugin for updator notify",
"scripts": {
"ci": "npm run lint && npm run compile && npm run cov",
"lint": "tslint --project .",
"compile": "rm -rf ./lib && tsc -d true -p ./",
"watch": "tsc -watch -d true -p ./",
"test": "jest",
"cov": "jest --coverage",
"prepare": "npm run compile"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/debug": "^4.1.5",
"@types/execa": "^2.0.0",
"@types/inquirer": "^6.0.1",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.116",
"@types/node": "^12.0.4",
"@types/rimraf": "^2.0.2",
"@types/update-notifier": "^2.5.0",
"chai": "^4.2.0",
"jest": "^24.2.0-alpha.0",
"nyc": "^14.1.1",
"ts-jest": "^24.0.0",
"ts-node": "^8.4.1",
"tslint": "^5.8.0",
"typescript": "^3.0.3"
},
"dependencies": {
"@alicloud/console-toolkit-core": "^1.2.30",
"@alicloud/console-toolkit-shared-utils": "^1.2.30",
"execa": "^2.0.4",
"inquirer": "^7.0.0",
"rimraf": "^3.0.0",
"update-notifier": "^3.0.0"
},
"main": "lib/index.js",
"author": "boelroy <boelroy@live.com>",
"license": "MIT",
"gitHead": "efc59df668404cb22aa4cc74bf468e254f408183"
}