tachybase_todo/packages/core/actions/package.json

18 lines
428 B
JSON

{
"name": "@tachybase/actions",
"version": "0.21.44",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@tachybase/cache": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/resourcer": "workspace:*",
"@tachybase/utils": "workspace:*",
"koa": "^2.13.4",
"lodash": "4.17.21",
"sequelize": "^6.26.0"
}
}