UNPKG

1.54 kBJSONView Raw
1{
2 "name": "command-interface",
3 "version": "4.0.5",
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 "example": "node ./lib/examples",
9 "test": "sh ./node_modules/@tdb/test/sh/test.sh",
10 "tdd": "yarn run test --reporter min --watch",
11 "lint": "sh ./node_modules/@tdb/typescript/sh/lint.sh",
12 "build": "sh ./node_modules/@tdb/typescript/sh/build.sh",
13 "prepare": "yarn run lint && yarn test && yarn run build"
14 },
15 "dependencies": {
16 "@tdb/log": "1.1.6",
17 "@types/fs-extra": "^5.0.4",
18 "@types/inquirer": "0.0.43",
19 "@types/ramda": "0.25.42",
20 "chokidar": "2.0.4",
21 "execa": "1.0.0",
22 "fs-extra": "^7.0.1",
23 "glob": "7.1.3",
24 "inquirer": "6.2.0",
25 "js-yaml": "3.12.0",
26 "listr": "0.14.3",
27 "minimist": "1.2.0",
28 "moment": "2.22.2",
29 "pluralize": "7.0.0",
30 "ramda": "0.26.0",
31 "rxjs": "6.3.3"
32 },
33 "devDependencies": {
34 "@tdb/test": "1.2.2",
35 "@tdb/typescript": "3.1.4",
36 "@types/chokidar": "1.7.5",
37 "@types/glob": "7.1.1",
38 "@types/js-yaml": "3.11.2",
39 "@types/minimist": "1.2.0"
40 },
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/philcockfield/command-interface"
44 },
45 "keywords": [],
46 "author": {
47 "name": "Phil Cockfield",
48 "email": "phil@cockfield.net",
49 "url": "https://github.com/philcockfield/modules"
50 },
51 "homepage": "https://github.com/philcockfield/command-interface",
52 "license": "MIT"
53}