tachybase_todo/packages/core/data-source-manager/package.json

22 lines
591 B
JSON

{
"name": "@tachybase/data-source-manager",
"version": "0.21.46",
"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"
}
}