snek
Version:
Danger noodle in your terminal
41 lines (40 loc) • 973 B
JSON
{
"name": "snek",
"version": "0.4.0",
"description": "Danger noodle in your terminal",
"main": "src/index.js",
"bin": "bin/snek.js",
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint": "eslint src/ bin/ test/",
"prepush": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giodamelio/snek.git"
},
"keywords": [
"snek",
"snake"
],
"author": "Gio d'Amelio",
"license": "MIT",
"bugs": {
"url": "https://github.com/giodamelio/snek/issues"
},
"homepage": "https://github.com/giodamelio/snek#readme",
"dependencies": {
"minimist": "^1.2.0",
"sleep": "^5.1.0",
"terminal-kit": "^1.11.0"
},
"devDependencies": {
"@giodamelio/eslint-config-thehelpining": "^0.1.0",
"coveralls": "^2.11.15",
"eslint": "^3.13.1",
"husky": "^0.12.0",
"jest": "^20.0.4"
}
}