All checks were successful
the-tip-top-backend/pipeline/head This commit looks good
25 lines
413 B
JSON
Executable File
25 lines
413 B
JSON
Executable File
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon 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": "",
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|