19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "node backendServer.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"dotenv": "^17.0.1",
|
|
"express": "^5.1.0",
|
|
"knex": "^3.1.0",
|
|
"pg": "^8.16.3"
|
|
}
|
|
}
|