PIbd-22_Filippov_D.S._SUBD_.../package.json
2024-05-24 03:22:28 +04:00

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"
}
}