canary_clis/package.json
2022-12-26 11:35:52 +08:00

49 lines
1.1 KiB
JSON

{
"name": "@mi/canary-clis",
"version": "1.0.4",
"description": "a cli for canary",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@git.lacus.site:RainSun/canary_clis.git"
},
"keywords": [
"cli",
"canary",
"i18n"
],
"bin": {
"canary": "dist/index.js"
},
"author": "zhaoyingbo",
"license": "ISC",
"dependencies": {
"@angular/compiler": "^7.2.0",
"@babel/core": "^7.5.5",
"@types/commander": "^2.12.2",
"@types/lodash": "^4.14.119",
"@types/node": "^10.12.14",
"baidu-translate": "^1.1.0",
"colors": "^1.4.0",
"commander": "^2.19.0",
"d3-dsv": "^1.0.10",
"fs-extra": "^7.0.1",
"globby": "^7.1.1",
"google-translate": "^3.0.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.11",
"ora": "^3.0.0",
"pinyin-pro": "^3.3.1",
"prettier": "^1.16.4",
"randomstring": "^1.1.5",
"slash2": "^2.0.0",
"ts-node": "^7.0.1",
"typescript": "^3.2.2",
"vue-template-compiler": "^2.6.11"
}
}