-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@syr/cli",
"version": "1.3.3",
"description": "",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pretty": "prettier --single-quote --write \"**/*.js\"",
"build": "rm -rf lib;babel src --out-dir lib"
},
"engines": {
"node": ">=5"
},
"bin": {
"syr": "./lib/cli.js"
},
"repository": {
"type": "git",
"url": "[email protected]:syrjs/cli.git"
},
"author": "Syr Team",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-module-alias": "^1.6.0",
"babel-preset-env": "^1.6.1",
"mocha": "^3.4.2",
"mocha-coveralls-reporter": "0.0.5",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.1.0",
"prettier": "^1.5.3",
"travis-cov": "^0.2.5"
},
"dependencies": {
"blargs": "^0.2.0",
"chalk": "^2.4.1",
"cli-select": "^1.0.2",
"console.table": "^0.10.0",
"inquirer": "^6.0.0",
"os-locale": "^2.1.0",
"plist": "^3.0.1",
"regenerator-runtime": "^0.11.1",
"semver": "^5.5.0",
"simple-git": "^1.95.0",
"tcp-port-used": "^0.1.2",
"update-notifier": "^2.5.0",
"xcode": "^1.0.0"
}
}