mikmc5/comedy
0
1{2 "name": "stremio-ufc-addon",3 "version": "1.2.0",4 "description": "Stremio Add-on to showcase UFC movies from TMDB with daily updates",5 "main": "addon.js",6 "scripts": {7 "start": "node index.js"8 },9 "keywords": [10 "stremio",11 "addon",12 "ufc",13 "movies"14 ],15 "author": "Your Name",16 "license": "MIT",17 "dependencies": {18 "stremio-addon-sdk": "^1.6.10",19 "axios": "^0.27.2",20 "winston": "^3.8.2",21 "node-schedule": "^2.1.0"22 },23 "engines": {24 "node": ">=14.0.0"25 }26}27 