31 lines
833 B
JSON
31 lines
833 B
JSON
{
|
|
"name": "@tachybase/data-source-manager",
|
|
"version": "0.21.56",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@tachybase/acl": "workspace:*",
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/cache": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/resourcer": "workspace:*",
|
|
"@tachybase/utils": "workspace:*",
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"deepmerge": "^4.2.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"koa-compose": "^4.1.0",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/koa": "^2.15.0",
|
|
"@types/koa-bodyparser": "^4.3.12",
|
|
"@types/lodash": "^4.17.5",
|
|
"@types/supertest": "^6.0.2",
|
|
"koa": "^2.15.3",
|
|
"koa-bodyparser": "4.4.1",
|
|
"supertest": "^7.0.0"
|
|
}
|
|
}
|