Files
land-vue-backend/package.json
2026-04-10 00:42:01 +03:00

22 lines
483 B
JSON

{
"type": "module",
"dependencies": {
"@elysiajs/cors": "^1.4.1",
"@elysiajs/node": "^1.4.5",
"@sinclair/typebox": "^0.34.49",
"axios": "^1.15.0",
"elysia": "^1.4.28",
"node": "^25.9.0",
"openapi-types": "^12.1.3"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc src/index.ts --outDir dist",
"start": "NODE_ENV=production node dist/index.js"
},
"devDependencies": {
"@types/node": "^25.5.2",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}