tcr-cli
Version:
A TCR (Test Commit Revert) command line utility for making it easier to develop through tcr
40 lines (39 loc) • 871 B
JSON
{
"name": "tcr-cli",
"version": "1.0.0",
"description": "A TCR (Test Commit Revert) command line utility for making it easier to develop through tcr",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tcr-cli": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmarti-theinit/tcr-cli.git"
},
"keywords": [
"tcr",
"test",
"commit",
"revert",
"test",
"commit",
"revert",
"node",
"tdd"
],
"author": "Jordi Martí (@itortv)",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmarti-theinit/tcr-cli/issues"
},
"homepage": "https://github.com/jmarti-theinit/tcr-cli#readme",
"dependencies": {
"diff": "^3.5.0",
"node-watch": "^0.5.9",
"readkey": "^1.0.0",
"strip-ansi": "^5.0.0"
}
}