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.
 
 
 
 

33 lines
765 B

{
"name": "server",
"type": "module",
"exports": {
"./*": {
"import": "./src/*.ts",
"types": "./src/*.d.ts"
}
},
"scripts": {},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/koa": "^3.0.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-send": "^4.1.6",
"@types/path-is-absolute": "^1.0.2",
"jsonwebtoken": "^9.0.2"
},
"dependencies": {
"@types/jsonwebtoken": "^9.0.10",
"formidable": "^3.5.4",
"koa": "^3.0.1",
"koa-bodyparser": "^4.4.1",
"koa-connect": "^2.1.0",
"koa-send": "^5.0.1",
"koa-session": "^7.0.2",
"log4js": "^6.9.1",
"minimatch": "^10.0.3",
"node-cron": "^4.2.1",
"path-is-absolute": "^2.0.0",
"path-to-regexp": "^8.3.0"
}
}