Files
67/apps/gateway/package.json
2026-06-15 00:20:48 +03:00

20 lines
376 B
JSON

{
"name": "@fable/gateway",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "tsc && node --watch dist/index.js",
"build": "tsc",
"start": "node dist/index.js",
"check": "tsc --noEmit"
},
"dependencies": {
"elysia": "^1.3.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.9.0"
}
}