21 lines
335 B
JSON
Executable File
21 lines
335 B
JSON
Executable File
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.1.0",
|
|
"pg": "^8.16.3",
|
|
"prom-client": "^15.1.3"
|
|
},
|
|
"description": ""
|
|
}
|