UNPKG

1.04 kBJSONView Raw
1{
2 "name": "mtl-cli",
3 "version": "1.0.96",
4 "main": "index.js",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "keywords": [
9 "mtl",
10 "mtl-cli",
11 "cliProjectManger",
12 "clibuild",
13 "clibuildapp"
14 ],
15 "author": "mtl",
16 "license": "ISC",
17 "dependencies": {
18 "boxen": "^4.1.0",
19 "commander": "^2.19.0",
20 "configstore": "^4.0.0",
21 "fs-extra": "^7.0.1",
22 "inquirer": "^7.0.0",
23 "mtl-dev-sdk": "^1.1.59",
24 "openbrowser": "^1.0.2",
25 "request": "^2.88.0",
26 "request-promise": "^4.2.4",
27 "shelljs": "^0.8.3",
28 "update-notifier": "^3.0.1",
29 "utility": "^1.16.1"
30 },
31 "bin": {
32 "mtl": "./index.js"
33 },
34 "devDependencies": {},
35 "description": "mtl 多端统一开发工具",
36 "directories": {
37 "test": "test"
38 },
39 "repository": {
40 "type": "git",
41 "url": "git+https://github.com/mtl-team/mtl-cli.git"
42 },
43 "bugs": {
44 "url": "https://github.com/mtl-team/mtl-cli/issues"
45 },
46 "homepage": "https://github.com/mtl-team/mtl-cli#readme"
47}