UNPKG

1.76 kBJSONView Raw
1{
2 "name": "command-interface",
3 "version": "3.0.18",
4 "description": "Build powerful command-line interfaces from simple ES6 modules.",
5 "main": "./lib/index.js",
6 "typings": "./lib/index.d.ts",
7 "scripts": {
8 "test": "sh sh/test.sh",
9 "tdd": "yarn run test -- --reporter min --watch",
10 "example": "node ./lib/examples",
11 "lint": "node node_modules/tslint/bin/tslint 'src/**/*.ts{,x}' --format verbose",
12 "build": "rm -rf ./lib && ./node_modules/typescript/bin/tsc",
13 "prepublish": "npm test && npm run lint && npm run build"
14 },
15 "dependencies": {
16 "@types/fs-extra-promise": "^1.0.0",
17 "@types/inquirer": "^0.0.34",
18 "@types/lodash.debounce": "^4.0.2",
19 "@types/ramda": "^0.0.7",
20 "chokidar": "^1.6.1",
21 "cli-table": "^0.3.1",
22 "execa": "^0.6.3",
23 "fs-extra-promise": "^1.0.1",
24 "glob": "^7.1.1",
25 "inquirer": "^3.0.6",
26 "js-yaml": "^3.8.3",
27 "listr": "^0.12.0",
28 "lodash": "^4.17.4",
29 "lodash.debounce": "^4.0.8",
30 "log.server": "^2.0.0",
31 "minimist": "^1.2.0",
32 "moment": "^2.18.1",
33 "ramda": "^0.23.0",
34 "rxjs": "^5.3.0"
35 },
36 "devDependencies": {
37 "@types/chai": "^3.5.1",
38 "@types/chokidar": "^1.6.0",
39 "@types/glob": "^5.0.30",
40 "@types/js-yaml": "^3.5.30",
41 "@types/minimist": "^1.2.0",
42 "@types/mocha": "^2.2.41",
43 "chai": "^3.5.0",
44 "js-typescript": "^2.3.1",
45 "mocha": "^3.3.0"
46 },
47 "repository": {
48 "type": "git",
49 "url": "https://github.com/philcockfield/command-interface"
50 },
51 "keywords": [],
52 "author": {
53 "name": "Phil Cockfield",
54 "email": "phil@cockfield.net",
55 "url": "https://github.com/philcockfield/modules"
56 },
57 "homepage": "https://github.com/philcockfield/command-interface",
58 "license": "MIT"
59}