mirror of https://github.com/TZGyn/shortener
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.
21 lines
448 B
JSON
21 lines
448 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",
|
|
"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"
|
|
} |