firmament-bash
Version:
Firmament module for interpreting commands in JSON files using bash
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "firmament-bash",
"version": "1.1.25",
"description": "Firmament module for interpreting commands in JSON files using bash",
"main": "js/index.js",
"typings": "js/index",
"scripts": {
"build": "tsc --project ts/tsconfig.json",
"test": "mocha --reporter spec js/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jreeme/firmament-bash.git"
},
"keywords": [
"firmament",
"bash",
"cli"
],
"author": "John Reeme <john.reeme@soteradefense.com> (http://soteradefense.com)",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/jreeme/firmament-bash/issues"
},
"homepage": "https://github.com/jreeme/firmament-bash#readme",
"devDependencies": {
"@types/async": "^2.0.42",
"@types/chai": "^4.0.4",
"@types/lodash": "^4.14.74",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.9",
"@types/request": "^2.0.3",
"@types/sinon": "^5.0.6",
"chai": "^4.1.1",
"mocha": "^5.2.0",
"mock-spawn": "^0.2.6",
"nyc": "^13.1.0",
"sinon": "^7.1.1",
"source-map-support": "^0.5.9",
"ts-node": "^7.0.1",
"typescript": "^3.1.6"
},
"dependencies": {
"async": "^2.5.0",
"chalk": "^2.1.0",
"firmament-yargs": "^1.1.22",
"inversify": "^5.0.1",
"lodash": "^4.17.4",
"reflect-metadata": "^0.1.10",
"request": "^2.81.0"
}
}