38 lines
913 B
JSON
38 lines
913 B
JSON
{
|
|
"name": "opengenerals-server",
|
|
"version": "0.1.0",
|
|
"description": "Server of Open Generals.IO",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gzezfisher.top/szTom/opengenerals"
|
|
},
|
|
"keywords": [
|
|
"server",
|
|
"app"
|
|
],
|
|
"author": "szdytom <szdytom@qq.com>",
|
|
"license": "GPL-2.0-only",
|
|
"dependencies": {
|
|
"@koa/cors": "^5.0.0",
|
|
"@og/binary-struct": "file:../shared/bstruct",
|
|
"@og/error-utils": "file:../shared/error-utils",
|
|
"@og/uuid": "file:../shared/uuid",
|
|
"inflection": "^3.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"koa": "^2.15.0",
|
|
"koa-bodyparser": "^4.4.1",
|
|
"koa-jwt": "^4.0.4",
|
|
"koa-router": "^12.0.1",
|
|
"mariadb": "^3.2.3",
|
|
"sequelize": "^6.37.1",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/koa__router": "^12.0.4",
|
|
"sequelize-cli": "^6.6.2"
|
|
}
|
|
}
|