{
  "name": "@beauraines/rtm-cli",
  "version": "1.14.7",
  "description": "RTM CLI",
  "keywords": [
    "rtm",
    "cli",
    "terminal",
    "remember the milk",
    "tasks",
    "task manager",
    "todo",
    "gtd"
  ],
  "bin": {
    "rtm": "src/cli.js"
  },
  "main": "src/utils/index.js",
  "scripts": {
    "postversion": "npm run build",
    "build": "node build.js",
    "test": "jest --passWithNoTests",
    "lint": "eslint src",
    "lintfix": "eslint src --fix",
    "release": "standard-version",
    "should-release": "should-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beauraines/rtm-cli.git"
  },
  "author": "Beau Raines <beau.raines@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/beauraines/rtm-cli/issues"
  },
  "homepage": "https://github.com/beauraines/rtm-cli#readme",
  "dependencies": {
    "@beauraines/rtm-api": "^1.14.0",
    "chalk": "^4.0.0",
    "cli-table3": "^0.6.3",
    "commander": "^11.1.0",
    "copy-paste": "^2.1.1",
    "dateformat": "^4.0.0",
    "debug": "^4.3.4",
    "deepmerge": "^4.0.0",
    "iso8601-duration": "^2.1.3",
    "open": "^8.4.2",
    "ora": "^5.0.0",
    "prompt-sync": "^4.2.0",
    "rrule": "^2.8.1",
    "should-release": "^1.2.0",
    "standard-version": "^9.5.0",
    "window-size": "^1.1.0"
  },
  "devDependencies": {
    "archiver": "^5.3.1",
    "eslint": "^10.0.2",
    "eslint-plugin-jest": "^29.0.1",
    "jest": "^30.0.4",
    "pkg": "^5.8.0"
  },
  "pkg": {
    "scripts": [
      "config.json",
      "src/cmd/*.js"
    ],
    "targets": "latest-linux-x64,latest-macos-x64,latest-win-x64",
    "out": "./bin"
  }
}
