firmament-vita
Version:
Firmament module for automating VITA tasks
56 lines (55 loc) • 1.45 kB
JSON
{
"name": "firmament-vita",
"version": "1.1.11",
"description": "Firmament module for automating VITA tasks",
"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-vita.git"
},
"keywords": [
"firmament",
"vita",
"cli"
],
"author": "John Reeme <john.reeme@gmail.com> (http://blue-dot.com)",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/jreeme/firmament-vita/issues"
},
"homepage": "https://github.com/jreeme/firmament-vita#readme",
"devDependencies": {
"@types/async": "^2.0.42",
"@types/chai": "^4.0.4",
"@types/lodash": "^4.14.74",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.26",
"@types/reflect-metadata": "0.0.5",
"@types/request": "^2.0.3",
"chai": "^4.1.1",
"mocha": "^3.5.0",
"typescript": "^2.4.2"
},
"dependencies": {
"async": "^2.5.0",
"cerialize": "^0.1.16",
"chalk": "^2.1.0",
"deep-extend": "^0.5.0",
"etl-typings": "^0.1.3",
"file-exists": "^4.0.0",
"find": "^0.2.7",
"firmament-yargs": "^1.1.11",
"inversify": "^4.13.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"node-status": "^1.0.0",
"reflect-metadata": "^0.1.10",
"shorthash": "0.0.2",
"through2-filter": "^2.0.0"
}
}