slither
Version:
Quick testing for short scripts
36 lines (35 loc) • 730 B
JSON
{
"name": "slither",
"version": "0.2.2",
"description": "Quick testing for short scripts",
"main": "index.js",
"scripts": {
"build": "./build.sh",
"prepublish": "npm run build"
},
"keywords": [
"test",
"testing",
"slither"
],
"author": "Matthew Savage <@bluepichu>",
"license": "ISC",
"dependencies": {
"cli-truncate": "^1.1.0",
"commander": "^2.9.0",
"inquirer": "^3.0.1",
"keypress": "^0.2.1",
"mz": "^2.6.0",
"qrusage": "^1.4.0",
"string-width": "^2.1.1"
},
"devDependencies": {
"@types/commander": "^2.3.31",
"@types/inquirer": "0.0.32",
"@types/mz": "0.0.30",
"@types/node": "^7.0.3"
},
"bin": {
"slither": "bin/slither"
}
}