Initial files

This commit is contained in:
2025-07-21 19:35:29 +02:00
committed by GitHub
parent f0f89e5f92
commit 3b6397602f
2 changed files with 124 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "start-fermate-api",
"version": "2.1.0",
"main": "script.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "IlDani - Curry141",
"license": "MIT",
"description": "API for a frontend project by the ER-TPL team",
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"node-fetch": "^3.3.2"
}
}