-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "shellcraft",
"version": "1.3.6",
"description": "Simple CLI and shell for Node.js based on commander and inquirer.",
"main": "index.js",
"scripts": {
"test": "mocha ./test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/shellcraft.git"
},
"keywords": [
"cli",
"command",
"commander",
"inquirer",
"option",
"prompt",
"shell",
"stdin"
],
"author": "Mathieu Schroeter <[email protected]>",
"contributors": [
"Samuel Loup <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Xcraft-Inc/shellcraft/issues"
},
"homepage": "https://github.com/Xcraft-Inc/shellcraft",
"dependencies": {
"async": "^1.5.2",
"commander": "~2.16.0",
"inquirer": "^0.12.0",
"shell-quote": "^1.6.1"
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^11.2.1",
"xcraft-dev-rules": "^4.1.0",
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0"
},
"prettier": "xcraft-dev-prettier"
}