This commit is contained in:
2025-05-16 19:27:51 +02:00
commit 820cc6f209
9 changed files with 1515 additions and 0 deletions

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "cine-kids",
"version": "1.0.0",
"main": "cinecheck-adapter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"express": "^5.1.0"
},
"description": ""
}