UNPKG

466 BJSONView Raw
1{
2 "name": "@alexjpaz/cody",
3 "version": "1.0.0-alpha.1",
4 "description": "Code repository tools",
5 "preferGlobal": true,
6 "bin": "bin/cody",
7 "scripts": {
8 "test": "echo 'skip tests'",
9 "package": "pkg bin/cody --out-path=dist/"
10 },
11 "dependencies": {
12 "chalk": "^2.1.0",
13 "commander": "^2.11.0",
14 "fuzzy": "^0.1.3",
15 "inquirer": "^3.3.0",
16 "inquirer-autocomplete-prompt": "^0.11.1",
17 "js-yaml": "^3.10.0",
18 "pkg": "^4.3.0"
19 }
20}