UNPKG

1.68 kBJSONView Raw
1{
2 "name": "firmament-yargs",
3 "version": "1.1.14",
4 "description": "Typescript classes for building CLI node applications",
5 "main": "js/index.js",
6 "typings": "js/index",
7 "scripts": {
8 "build": "tsc --project ts/tsconfig.json",
9 "test": "mocha --reporter spec js/test"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/jreeme/firmament-yargs.git"
14 },
15 "keywords": [
16 "firmament",
17 "yargs",
18 "cli"
19 ],
20 "author": "John Reeme <john.reeme@soteradefense.com> (http://soteradefense.com)",
21 "license": "WTFPL",
22 "bugs": {
23 "url": "https://github.com/jreeme/firmament-yargs/issues"
24 },
25 "homepage": "https://github.com/jreeme/firmament-yargs#readme",
26 "devDependencies": {
27 "@types/async": "^2.0.42",
28 "@types/chai": "^4.0.4",
29 "@types/lodash": "^4.14.74",
30 "@types/mocha": "^2.2.42",
31 "@types/node": "^8.0.25",
32 "@types/reflect-metadata": "0.0.5",
33 "@types/request": "^2.0.3",
34 "@types/sinon": "^2.3.3",
35 "chai": "^4.1.1",
36 "mocha": "^3.5.0",
37 "mock-spawn": "^0.2.6",
38 "nyc": "^11.1.0",
39 "sinon": "^3.2.1",
40 "typescript": "^2.4.2"
41 },
42 "dependencies": {
43 "async": "^2.5.0",
44 "black-hole-stream": "0.0.1",
45 "easy-table": "^1.1.0",
46 "file-exists": "^4.0.0",
47 "inpath": "^1.0.2",
48 "inversify": "^4.13.0",
49 "lodash": "^4.17.4",
50 "nested-yargs": "^1.0.7",
51 "node-status": "^1.0.0",
52 "positive": "^1.0.9",
53 "postal": "^2.0.5",
54 "ps-tree": "^1.1.0",
55 "readline-sync": "^1.4.7",
56 "reflect-metadata": "^0.1.10",
57 "request": "^2.81.0",
58 "safe-json-parse": "^4.0.0",
59 "shorthash": "0.0.2",
60 "tmp": "0.0.33",
61 "username": "^3.0.0"
62 }
63}