UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@nativecode/radarr",
3 "version": "1.0.1",
4 "description": "Radarr REST client",
5 "license": "MIT",
6 "private": false,
7 "repository": {
8 "type": "git",
9 "url": "git@git.nativecode.net:nativecode/media-clients.git"
10 },
11 "author": "opensource@nativecode.com",
12 "keywords": [
13 "radarr"
14 ],
15 "main": "lib/index.js",
16 "files": [
17 "lib"
18 ],
19 "directories": {
20 "lib": "lib",
21 "test": "specs"
22 },
23 "publishConfig": {
24 "access": "public"
25 },
26 "scripts": {
27 "build": "tsc --project tsconfig.json",
28 "upgrade": "npm-check -y",
29 "watch": "tsc --project tsconfig.json --watch"
30 },
31 "radarr": {
32 "version": "0.2.0.1344"
33 },
34 "types": "lib/index.d.ts",
35 "dependencies": {
36 "@nativecode/rest-client": "^1.0.0",
37 "isomorphic-fetch": "^2.2.1"
38 },
39 "peerDependencies": {
40 "@nofrills/lincoln": "^6.0.0"
41 },
42 "devDependencies": {
43 "@nofrills/fs": "^7.0.0",
44 "@nofrills/lincoln-debug": "^6.0.0",
45 "@types/chai": "^4.2.4",
46 "@types/chai-as-promised": "^7.1.2",
47 "@types/compare-versions": "^3.0.0",
48 "@types/isomorphic-fetch": "0.0.35",
49 "@types/mocha": "^5.2.7",
50 "@types/node": "^12.11.7",
51 "chai": "^4.2.0",
52 "chai-as-promised": "^7.1.1",
53 "compare-versions": "^3.5.1",
54 "cross-env": "^6.0.3",
55 "mocha": "^6.2.2",
56 "mocha-steps": "^1.3.0",
57 "p-limit": "^2.2.1",
58 "p-throttle": "^3.1.0",
59 "rimraf": "^3.0.0",
60 "source-map-support": "^0.5.13",
61 "ts-node": "^8.4.1",
62 "typescript": "^3.6.4"
63 },
64 "gitHead": "41f83c1cb7c5ee19da16a665687fc46c3e12f4cd"
65}