Files
spark/package.json
T
2026-07-28 10:56:50 -04:00

20 lines
430 B
JSON

{
"dependencies": {
"@libsql/client": "^0.17.3",
"bun": "^1.3.13",
"drizzle-orm": "^0.45.2",
"express": "^5.2.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.6.2",
"bun-types": "^1.3.13",
"drizzle-kit": "^0.31.10"
},
"main": "src/index.ts",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts"
}
}