2020-11-11 07:23:39 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/server",
|
2021-04-07 02:29:02 +00:00
|
|
|
"version": "0.4.0-alpha.1",
|
2020-11-11 07:23:39 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {},
|
|
|
|
"dependencies": {
|
|
|
|
"@koa/cors": "^3.1.0",
|
|
|
|
"@koa/router": "^9.4.0",
|
2021-04-07 02:29:02 +00:00
|
|
|
"@nocobase/actions": "^0.4.0-alpha.1",
|
|
|
|
"@nocobase/database": "^0.4.0-alpha.1",
|
|
|
|
"@nocobase/resourcer": "^0.4.0-alpha.1",
|
2020-11-11 07:23:39 +00:00
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"koa": "^2.13.0",
|
|
|
|
"koa-bodyparser": "^4.3.0",
|
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"mysql2": "^2.1.0",
|
|
|
|
"pg": "^8.3.3",
|
2021-04-07 01:50:00 +00:00
|
|
|
"pg-hstore": "^2.3.3"
|
2020-11-11 07:23:39 +00:00
|
|
|
}
|
|
|
|
}
|