Files
tmdb-addon/package.json
T
2024-10-31 21:04:08 -03:00

39 lines
875 B
JSON

{
"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"
}
}