UNPKG

719 BJSONView Raw
1{
2 "name": "yuejia-cli",
3 "version": "0.7.1",
4 "description": "Ruler Framework Cli",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha build/js/test/index.js"
8 },
9 "bin": {
10 "yj": "./bin/index"
11 },
12 "author": "田绍鹏",
13 "license": "ISC",
14 "dependencies": {
15 "colors": "^1.2.1",
16 "commander": "2.9.0",
17 "stringify-object": "^3.2.2",
18 "typescript": "^3.0.1",
19 "unzip": "^0.1.11",
20 "xlsx": "^0.12.10",
21 "xlsx-style": "^0.8.13",
22 "yargs": "8.0.2"
23 },
24 "devDependencies": {
25 "@types/commander": "2.9.1",
26 "@types/react-dom": "^15.5.4",
27 "@types/stringify-object": "^3.1.1",
28 "@types/yargs": "8.0.2",
29 "source-map-support": "0.4.15",
30 "tslint": "^5.9.1"
31 }
32}