mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "tmdb-addon",
|
|
"version": "3.1.0",
|
|
"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": {
|
|
"install:frontend": "cd configure && npm install",
|
|
"build:configure": "cd configure && npm install && npm run build",
|
|
"prestart": "npm run install:frontend && npm run build:configure",
|
|
"start": "node server.js",
|
|
"dev:configure": "cd configure && npm run dev",
|
|
"dev:server": "nodemon server.js",
|
|
"dev": "concurrently \"npm run dev:server\" \"npm run dev:configure\""
|
|
},
|
|
"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": {
|
|
"concurrently": "^8.2.2",
|
|
"nodemon": "^3.1.4"
|
|
}
|
|
}
|