2020-11-11 07:23:39 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/server",
|
2021-12-06 13:23:34 +00:00
|
|
|
"version": "0.6.0-alpha.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"license": "MIT",
|
2021-12-06 13:23:34 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
|
|
},
|
2020-11-11 07:23:39 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@koa/cors": "^3.1.0",
|
|
|
|
"@koa/router": "^9.4.0",
|
2021-12-06 13:23:34 +00:00
|
|
|
"@nocobase/actions": "^0.6.0-alpha.0",
|
|
|
|
"@nocobase/database": "^0.6.0-alpha.0",
|
|
|
|
"@nocobase/resourcer": "^0.6.0-alpha.0",
|
2021-09-05 15:59:38 +00:00
|
|
|
"commander": "^8.1.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2021-11-08 11:32:59 +00:00
|
|
|
"i18next": "^21.3.2",
|
2021-12-06 13:23:34 +00:00
|
|
|
"koa": "^2.13.4",
|
2020-11-11 07:23:39 +00:00
|
|
|
"koa-bodyparser": "^4.3.0",
|
2021-10-28 14:58:50 +00:00
|
|
|
"koa-static": "^5.0.0"
|
2021-04-07 02:41:06 +00:00
|
|
|
},
|
2021-10-07 16:37:39 +00:00
|
|
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
2020-11-11 07:23:39 +00:00
|
|
|
}
|