19 lines
356 B
JSON
19 lines
356 B
JSON
|
{
|
||
|
"name": "webproject",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"express": "^4.19.2",
|
||
|
"pg": "^8.11.5",
|
||
|
"postgres": "^3.4.4",
|
||
|
"ws": "^8.17.0"
|
||
|
}
|
||
|
}
|