{
  "name": "@nativecode/sonarr-cli",
  "version": "2021.0.1",
  "bin": {
    "sonarr-cli": "bin/index.js"
  },
  "main": "bin/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "upgrade": "npx npm-check -y",
    "watch": "tsc --project tsconfig.json --watch"
  },
  "dependencies": {
    "@nativecode/media-cli": "^2021.0.0",
    "@nativecode/sonarr": "^2021.0.1",
    "@nofrills/fs": "^12.0.0",
    "@nofrills/lincoln-debug": "^11.0.1",
    "@nofrills/types": "^10.0.3",
    "yargs": "^16.1.0",
    "yargs-interactive": "^3.0.0"
  },
  "devDependencies": {
    "@types/node": "^14.14.6",
    "@types/yargs": "^15.0.9",
    "@types/yargs-interactive": "^2.1.1",
    "typescript": "^4.0.5"
  },
  "gitHead": "2943b4f4db8da15ee1f165319eeed11745e7a898"
}
