You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
416 B
JSON

{
"name": "elysia",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@types/pg": "^8.10.2",
"elysia": "latest",
"kysely": "^0.26.3",
"nanoid": "^5.0.1",
"pg": "^8.11.3",
"zod": "^3.22.2"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}