{ "name": "ShelfNote_backend", "version": "1.0.0", "main": "index.js", "repository": "https://gl.iqdev.team/d.malygin/shelfnote_backend", "author": "Дмитрий Малюгин <d.malygin@iqdev.digital>", "license": "MIT", "type": "module", "scripts": { "start": "nodemon index.js" }, "dependencies": { "@prisma/client": "^5.18.0", "cors": "^2.8.5", "dotenv": "^16.4.5", "pg": "^8.12.0", "pg-hstore": "^2.3.4", "ws": "^8.18.0" }, "devDependencies": { "@types/node": "^22.3.0", "nodemon": "^3.1.4", "prettier": "^3.3.3", "prisma": "^5.18.0", "ts-node": "^10.9.2", "typescript": "^5.5.4" } }