This commit is contained in:
4DBug
2026-08-26 13:22:49 -05:00
commit 53b3c1da6c
96 changed files with 6210 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "streamreverse",
"version": "0.1.0",
"private": true,
"description": "Multi-provider stream finder with TMDB search and REST API",
"main": "rest/server.js",
"scripts": {
"start": "node rest/server.js",
"api": "node rest/server.js"
},
"dependencies": {
"cheerio-without-node-native": "^0.20.2",
"crypto-js": "^4.2.0"
}
}