serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
52 lines (51 loc) • 1.34 kB
JSON
{
"author": "mklabs",
"name": "tabtab",
"description": "tab completion helpers, for node cli programs. Inspired by npm completion.",
"bin": "bin/tabtab",
"main": "index.js",
"scripts": {
"test": "SHELL=zsh babel-node ./node_modules/.bin/mocha test",
"babel": "babel lib/ -d src/",
"changelog": "standard-version -m '%s'",
"prepublish": "npm run babel",
"pretest": "npm run babel",
"release": "standard-version -m '%s' && git push origin master --tags && npm publish",
"watch": "watchd lib/* -c 'npm run babel'"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"eslint": "^2.8.0",
"gentle-cli": "^1.0.3",
"jscs": "^3.0.3",
"mocha": "^2.4.5",
"standard-version": "^2.1.2",
"watchd": "^1.0.0"
},
"license": "MIT",
"keywords": [
"terminal",
"tab",
"unix",
"console",
"complete",
"completion"
],
"repository": {
"type": "git",
"url": "https://github.com/mklabs/node-tabtab.git"
},
"dependencies": {
"debug": "^2.2.0",
"inquirer": "^1.0.2",
"lodash.difference": "^4.5.0",
"lodash.uniq": "^4.5.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"npmlog": "^2.0.3",
"object-assign": "^4.1.0"
},
"version": "2.2.2"
}