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.

24 lines
547 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": {
"@elysiajs/cors": "^0.6.0",
"@types/pg": "^8.10.2",
"@types/ua-parser-js": "^0.7.39",
"elysia": "latest",
"kysely": "^0.26.3",
"magic-regexp": "^0.7.0",
"nanoid": "^5.0.1",
"pg": "^8.11.3",
"ua-parser-js": "^1.0.37",
"zod": "^3.22.2"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}