start-fermatebus-api/package.json

21 lines
428 B
JSON

{
"name": "start-fermate-api",
"version": "2.0.0",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "IlDani - Curry141",
"license": "MIT",
"description": "",
"dependencies": {
"axios": "^1.10.0",
"cheerio": "^1.1.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"node-fetch": "^3.3.2"
}
}