orgdo
Version:
Command-line tool to manage the Todo lists
54 lines (53 loc) • 1.22 kB
JSON
{
"name": "orgdo",
"version": "0.2.2",
"description": "Command-line tool to manage the Todo lists",
"bin": "dist/bin/orgdo.js",
"scripts": {
"lint": "tslint -p tsconfig.json --fix",
"build": "tsc",
"build:prod": "tsc -p tsconfig.prod.json",
"prepublish": "npm run clean && npm run build:prod",
"test": "jest",
"clean": "rimraf dist"
},
"keywords": [
"todos",
"todo",
"cli",
"todolist",
"cron",
"tomato",
"clock"
],
"files": [
"dist"
],
"author": "Sigoden Huang <sigoden@gmail.com> (https://sigoden.com/)",
"license": "MIT",
"dependencies": {
"@types/cron": "^1.6.0",
"@types/lowdb": "^1.0.6",
"chalk": "^2.4.2",
"cron": "^1.6.0",
"lodash": "^4.17.11",
"lowdb": "^1.0.0",
"mkdirp": "^0.5.1",
"node-ipc": "^9.1.1",
"node-notifier": "^5.4.0",
"timestring": "^5.0.1",
"update-notifier": "^2.5.0",
"yargs": "^13.2.1"
},
"devDependencies": {
"@types/jest": "^24.0.6",
"@types/node": "^11.9.4",
"@types/node-ipc": "^9.1.1",
"jest": "^24.1.0",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
}
}