29 lines
610 B
JSON
29 lines
610 B
JSON
{
|
|
"name": "lunarfront-manager",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/node": "^25.5.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cookie": "^11.0.2",
|
|
"@fastify/jwt": "^10.0.0",
|
|
"@fastify/static": "^9.0.0",
|
|
"fastify": "^5.8.4",
|
|
"ioredis": "^5.10.1",
|
|
"postgres": "^3.4.8",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"version": "0.13.1"
|
|
}
|