tachybase_todo/packages/core/actions/package.json
bai.zixv f6dd7fbccb revert/0711 (#1305)
Reviewed-on: daoyoucloud/tachybase#1305
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-07-11 15:01:38 +08:00

22 lines
516 B
JSON

{
"name": "@tachybase/actions",
"version": "0.21.70",
"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"
},
"devDependencies": {
"@types/koa": "^2.15.0",
"@types/lodash": "^4.17.5"
}
}