-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.24 KB
/
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
41
{
"name": "tmdb-collections",
"version": "2.0.0",
"description": "Addon lets you explore TMDB Collections, which are essentially grouped movie series. Discover collections featuring newly released movies or browse catalogs of popular and top-rated collections. You can filter by genre or search collections by actor, director, writer, movie or collection name in any language.",
"main": "server.js",
"scripts": {
"start": "node -r ./lib/logger server.js",
"dev": "nodemon server.js --dev",
"dev-buffer": "nodemon server.js --dev --buffer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JMskch/TMDB-Collections.git"
},
"keywords": [
"stremio",
"tmdb",
"collections",
"movies",
"addon"
],
"author": "Youchi",
"license": "ISC",
"bugs": {
"url": "https://github.com/JMskch/TMDB-Collections/issues"
},
"homepage": "https://github.com/JMskch/TMDB-Collections#readme",
"dependencies": {
"cache-manager": "^6.3.2",
"cacheable": "^1.8.8",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fanart.tv": "^3.0.1",
"freekeys": "^0.0.4",
"keyv": "^5.2.3",
"ky": "^1.7.5",
"moviedb-promise": "^4.0.7",
"newrelic": "^12.14.0",
"node-cron": "^3.0.3"
}
}