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.
26 lines
618 B
JSON
26 lines
618 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",
|
|
"@maxmind/geoip2-node": "^5.0.0",
|
|
"@types/pg": "^8.10.2",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"elysia": "^1.1.5",
|
|
"elysia-rate-limit": "^4.1.0",
|
|
"kysely": "^0.26.3",
|
|
"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"
|
|
} |