-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (39 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "exportarr",
"version": "1.1.2",
"description": "Export radarr list as custom stephen lu format feeds, for import into other radarr apps",
"main": "index.js",
"nodemonConfig": {
"ignore": [
"test/*",
"docs/*",
"settings.json"
],
"delay": "2500"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petersem/exportarr.git"
},
"author": "Matt Petersen",
"license": "MIT",
"bugs": {
"url": "https://github.com/petersem/exportarr/issues"
},
"homepage": "https://github.com/petersem/exportarr#readme",
"dependencies": {
"axios": "^0.21.1",
"ejs": "^3.1.2",
"express": "^4.17.1",
"nodemon": "^2.0.7",
"xml": "^1.0.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}