Files
startfermate-api/package.json

28 lines
683 B
JSON

{
"name": "start-fermate-api",
"version": "2.2",
"main": "server.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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daniongithub/startfermate-api.git"
},
"bugs": {
"url": "https://github.com/Daniongithub/startfermate-api/issues"
},
"homepage": "https://github.com/Daniongithub/startfermate-api#readme"
}