{
  "name": "todo.json-cli",
  "version": "2.4.2",
  "author": "DCsunset @DCsunset",
  "bin": {
    "td": "./bin/run"
  },
  "bugs": "https://github.com/DCsunset/todo.json-cli/issues",
  "dependencies": {
    "@oclif/command": "^1.8.0",
    "@oclif/config": "^1.17.0",
    "@oclif/plugin-help": "^3.2.1",
    "chalk": "^4.1.0",
    "cli-ux": "^5.5.1",
    "date-fns": "^2.16.1",
    "lodash": "^4.17.20",
    "table": "^6.0.4",
    "tslib": "^1.14.1",
    "wrap-ansi": "^7.0.0"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.25.1",
    "@types/lodash": "^4.14.165",
    "@types/node": "^10.17.49",
    "@types/table": "^6.0.0",
    "@types/wrap-ansi": "^3.0.0",
    "eslint": "^5.16.0",
    "eslint-config-oclif": "^3.1.0",
    "eslint-config-oclif-typescript": "^0.1.0",
    "globby": "^10.0.2",
    "todo.json": "^0.1.0",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.7"
  },
  "engines": {
    "node": ">=8.5.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/autocomplete",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "homepage": "https://github.com/DCsunset/todo.json-cli",
  "keywords": [
    "todo",
    "task",
    "task-manager",
    "cli",
    "nodejs"
  ],
  "license": "GPL-3.0",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "td",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "DCsunset/todo.json-cli",
  "scripts": {
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
    "test": "echo NO TESTS",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
