monitme
Version:
Powerful task for developers
33 lines (32 loc) • 681 B
JSON
{
"name": "monitme",
"version": "0.0.1",
"description": "Powerful task for developers",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"task": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themisir/task.git"
},
"keywords": [
"task",
"cli",
"task-cli"
],
"author": "Misir Jafarov",
"license": "MIT",
"bugs": {
"url": "https://github.com/themisir/task/issues"
},
"homepage": "https://github.com/themisir/task#readme",
"dependencies": {
"chalk": "^2.4.2",
"readline-sync": "^1.4.9"
}
}