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.
25 lines
575 B
JSON
25 lines
575 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",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"module": "src/index.js"
|
|
} |