Files
lynq-chat/packages/backend/package.json
T

44 lines
1.1 KiB
JSON
Executable File

{
"name": "backend",
"private": true,
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "cross-env NODE_ENV=production node .",
"build": "tsc && tsc-alias",
"dev": "tsx watch src/index.ts",
"mikro": "tsx ./node_modules/@mikro-orm/cli/esm.js"
},
"author": {
"name": "Last2014",
"email": "info@last2014.com",
"url": "https://about.last2014.com"
},
"packageManager": "pnpm@10.29.1",
"dependencies": {
"@fastify/static": "^9.0.0",
"@mikro-orm/core": "^6.6.7",
"@mikro-orm/migrations": "^6.6.7",
"@mikro-orm/postgresql": "^6.6.7",
"@mikro-orm/reflection": "^6.6.7",
"@types/web-push": "^3.6.4",
"argon2": "^0.44.0",
"cross-env": "^10.1.0",
"fastify": "^5.7.4",
"fastify-plugin": "^5.1.0",
"fs": "0.0.1-security",
"os": "^0.1.2",
"tsc-alias": "^1.8.16",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"util": "^0.12.5",
"uuid": "^13.0.0",
"web-push": "^3.6.7",
"yaml": "^2.8.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^24.1.0"
}
}