first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "car-service-web",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Web dashboard for the car service database",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^5.1.0",
|
||||
"pg": "^8.16.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user