rally-tools
Version:
The rally tools cli interface
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "rally-tools",
"version": "4.0.0",
"description": "The rally tools cli interface",
"main": "bundle.js",
"dependencies": {
"chalk": "^2.4.1",
"config": "^3.0.1",
"get-stdin": "^6.0.0",
"import-lazy": "^3.1.0",
"inquirer": "^6.0.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"recursive-readdir": "^2.2.2",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"require-lazy": "^0.3.8",
"rollup-plugin-uglify": "^4.0.0",
"source-map-support": "^0.5.6",
"tempy": "^0.2.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.55",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.55",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.55",
"@babel/preset-env": "^7.0.0-beta.55",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"rollup": "^0.63.5",
"rollup-plugin-babel": "^4.0.0-beta.7",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0"
},
"scripts": {
"test": "mocha test",
"build": "rollup -c",
"watch": "rollup -cw"
},
"repository": "github:discovery-cs/node-rally-tools",
"bin": {
"rally": "bundle.js"
},
"author": "John Schmidt <john_schmidt@discovery.com>",
"license": "MIT"
}