mirror of
https://github.com/Daniongithub/startfermate-api.git
synced 2025-10-02 07:50:48 +00:00
28 lines
685 B
JSON
28 lines
685 B
JSON
{
|
|
"name": "start-fermate-api",
|
|
"version": "2.1.1",
|
|
"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"
|
|
}
|