forked from SebastianMorel/AIOLists
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 838 Bytes
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
{
"name": "stremio-aiolists-addon",
"version": "1.2.7",
"description": "Stremio addon to manage all your lists in one place.",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"dev": "nodemon src/server.js",
"prod": "node src/server.js"
},
"keywords": [
"stremio",
"addon",
"mdblist",
"trakt",
"aiolists"
],
"author": "Morris",
"license": "MIT",
"dependencies": {
"@upstash/redis": "^1.35.0",
"axios": "^1.6.2",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"stremio-addon-sdk": "git+https://github.com/SebastianMorel/stremio-addon-sdk.git#master"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^3.0.1"
}
}