UNPKG

firmament

Version:

Modularized shell for NodeJS CLI applications

45 lines (44 loc) 1.09 kB
{ "name": "firmament", "version": "1.3.22", "description": "Modularized shell for NodeJS CLI applications", "main": "js/firmament.js", "preferGlobal": true, "bin": "./js/firmament.js", "scripts": { "build": "tsc --project ts/tsconfig.json", "test": "mocha --reporter spec js/test" }, "repository": { "type": "git", "url": "git://github.com/sotera/firmament.git" }, "keywords": [ "firmament", "cli", "typescript", "shell" ], "author": "John Reeme <john.reeme@soteradefense.com> (http://soteradefense.com/)", "license": "WTFPL", "bugs": { "url": "https://github.com/sotera/firmament/issues" }, "devDependencies": { "@types/chai": "^4.0.4", "@types/lodash": "^4.14.74", "@types/mocha": "^5.2.5", "@types/node": "^10.12.9", "@types/reflect-metadata": "0.0.5", "chai": "^4.1.1", "mocha": "^5.2.0", "typescript": "^3.1.6" }, "dependencies": { "firmament-yargs": "^1.1.22", "inversify": "^5.0.1", "lodash": "^4.17.4", "reflect-metadata": "^0.1.10", "tar-pack": "^3.4.1" } }