canary_clis/package.json
2022-10-11 15:25:18 +08:00

53 lines
1.2 KiB
JSON

{
"name": "kiwi-clis",
"version": "1.0.23",
"description": "a cli for kiwi",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/alibaba/kiwi.git"
},
"keywords": [
"cli",
"kiwi",
"i18n"
],
"bin": {
"kiwi": "dist/index.js"
},
"author": "linhuiw",
"license": "ISC",
"bugs": {
"url": "https://github.com/alibaba/kiwi/issues"
},
"homepage": "https://github.com/alibaba/kiwi#readme",
"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"
}
}