UNPKG

738 BJSONView Raw
1{
2 "name": "@nativecode/radarr-cli",
3 "version": "1.1.1",
4 "bin": {
5 "radarr-cli": "bin/index.js"
6 },
7 "main": "bin/index.js",
8 "publishConfig": {
9 "access": "public"
10 },
11 "scripts": {
12 "build": "tsc --project tsconfig.json",
13 "watch": "tsc --project tsconfig.json --watch"
14 },
15 "dependencies": {
16 "@nativecode/media-cli": "^0.2.1",
17 "@nativecode/radarr": "^1.0.3",
18 "@nofrills/fs": "11.0.0",
19 "@nofrills/lincoln-debug": "11.0.0",
20 "yargs": "15.1.0",
21 "yargs-interactive": "3.0.0"
22 },
23 "devDependencies": {
24 "@types/node": "13.1.6",
25 "@types/yargs": "15.0.0",
26 "@types/yargs-interactive": "2.1.0",
27 "typescript": "3.7.4"
28 },
29 "gitHead": "446b6b7dceffff1c66fa77b73952ce60b2b7361f"
30}