node-task-forge
Version:
task/prj management
33 lines (32 loc) • 607 B
JSON
{
"name": "node-task-forge",
"version": "0.0.1",
"description": "task/prj management",
"main": "src/index.js",
"bin": {
"tf": "bin/tf"
},
"scripts": {
"test": "jest",
"coveralls": "jest --coverage && coveralls < coverage/lcov.info"
},
"keywords": [
"node",
"tasks",
"task",
"warrior",
"cli"
],
"author": "Zach <zachjallen@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^4.0.0",
"clear": "^0.1.0",
"figlet": "^1.4.0",
"minimist": "^1.2.5"
},
"devDependencies": {
"jest": "^25.5.3",
"coveralls": "^3.1.0"
}
}