2020-11-11 07:23:39 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/server",
|
2022-04-30 02:13:35 +00:00
|
|
|
"version": "0.7.0-alpha.26",
|
2020-11-11 07:23:39 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-04-25 01:45:24 +00:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache-2.0",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
],
|
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",
|
2022-04-30 02:13:35 +00:00
|
|
|
"@nocobase/acl": "0.7.0-alpha.26",
|
|
|
|
"@nocobase/actions": "0.7.0-alpha.26",
|
|
|
|
"@nocobase/database": "0.7.0-alpha.26",
|
|
|
|
"@nocobase/resourcer": "0.7.0-alpha.26",
|
2022-04-28 16:09:40 +00:00
|
|
|
"chalk": "^4.1.1",
|
2021-09-05 15:59:38 +00:00
|
|
|
"commander": "^8.1.0",
|
2020-11-11 07:23:39 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2022-03-28 14:01:10 +00:00
|
|
|
"find-package-json": "^1.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",
|
2022-04-17 02:00:42 +00:00
|
|
|
"koa-static": "^5.0.0",
|
|
|
|
"lodash": "^4.17.21"
|
2021-04-07 02:41:06 +00:00
|
|
|
},
|
2022-04-25 08:16:19 +00:00
|
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
2020-11-11 07:23:39 +00:00
|
|
|
}
|