Files
lunarfront-manager/package.json
Ryan Moon b11b51aa1e
Some checks failed
Build & Release / build (push) Has been cancelled
feat: customer detail page, size snapshots table, Spaces provisioning, Redis status cache
2026-04-03 20:07:19 -05:00

29 lines
609 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.5.0"
}