-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 875 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
{
"name": "tmdb-addon",
"version": "3.0.18",
"description": "Metadata provided by TMDB",
"main": "server.js",
"dependencies": {
"cache-manager": "^3.6.3",
"cache-manager-mongodb": "^0.3.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"fanart.tv-api": "^2.0.1",
"moviedb-promise": "^4.0.7",
"transliteration": "^2.3.5",
"url-exists": "^1.0.3"
},
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrcanelas/tmdb-addon"
},
"keywords": [
"tmdb",
"stremio",
"addon"
],
"author": "mrcanelas",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mrcanelas/tmdb-addon/issues"
},
"homepage": "https://github.com/mrcanelas/tmdb-addon#readme",
"devDependencies": {
"nodemon": "^3.1.4"
}
}