Files
janichat/backend/package.json

29 lines
681 B
JSON

{
"name": "janichat-api",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@fastify/jwt": "^8.0.1",
"@fastify/multipart": "^8.3.0",
"@fastify/static": "^7.0.4",
"@fastify/websocket": "^8.3.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.14.0",
"@types/pg": "^8.11.6",
"@types/web-push": "^3.6.4",
"@types/ws": "^8.18.1",
"bcryptjs": "^2.4.3",
"fastify": "^4.28.1",
"pg": "^8.12.0",
"tsx": "^4.15.7",
"typescript": "^5.4.5",
"web-push": "^3.6.7"
}
}