22 lines
430 B
JSON
22 lines
430 B
JSON
|
{
|
||
|
"name": "apollo",
|
||
|
"version": "0.0.0",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"description": "",
|
||
|
"dependencies": {
|
||
|
"axios": "^1.7.8",
|
||
|
"config": "^3.3.12",
|
||
|
"dotenv": "^16.4.6",
|
||
|
"express": "^4.21.1",
|
||
|
"express-rate-limit": "^7.4.1",
|
||
|
"helmet": "^8.0.0",
|
||
|
"js-yaml": "^4.1.0",
|
||
|
"pino": "^9.5.0"
|
||
|
}
|
||
|
}
|