-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 993 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
{
"name": "plex-tdarr-busy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .ts",
"build": "ncc build src/server.ts -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidReinberger/plex-tdarr-busy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidReinberger/plex-tdarr-busy/issues"
},
"homepage": "https://github.com/DavidReinberger/plex-tdarr-busy#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.21",
"@types/node-cron": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vercel/ncc": "^0.33.3",
"eslint": "^8.10.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
},
"dependencies": {
"axios": "^0.26.1",
"node-cron": "^3.0.0"
}
}