You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
43 lines
1.0 KiB
{
|
|
"name": "server",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": {
|
|
"import": "./src/*.ts",
|
|
"types": "./src/*.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"db": "bunx --bun drizzle-kit "
|
|
},
|
|
"devDependencies": {
|
|
"@types/formidable": "^3.4.5",
|
|
"@types/koa": "^3.0.0",
|
|
"@types/koa-bodyparser": "^4.3.12",
|
|
"@types/koa-compose": "^3.2.8",
|
|
"@types/koa-send": "^4.1.6",
|
|
"@types/path-is-absolute": "^1.0.2",
|
|
"drizzle-kit": "^0.31.5"
|
|
},
|
|
"dependencies": {
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"assert": "^2.1.0",
|
|
"drizzle-orm": "^0.44.6",
|
|
"formidable": "^3.5.4",
|
|
"http-errors": "^2.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"koa": "^3.0.1",
|
|
"koa-bodyparser": "^4.4.1",
|
|
"koa-compose": "^4.1.0",
|
|
"koa-connect": "^2.1.0",
|
|
"koa-send": "^5.0.1",
|
|
"koa-session": "^7.0.2",
|
|
"log4js": "^6.9.1",
|
|
"minimatch": "^10.0.3",
|
|
"mysql2": "^3.15.2",
|
|
"node-cron": "^4.2.1",
|
|
"path-is-absolute": "^2.0.0",
|
|
"path-to-regexp": "^8.3.0",
|
|
"unhead": "^2.0.19"
|
|
}
|
|
}
|
|
|