mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
39 lines
874 B
JSON
39 lines
874 B
JSON
{
|
|
"name": "tmdb-addon",
|
|
"version": "3.1.1",
|
|
"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"
|
|
}
|
|
}
|