{
  "name": "@tachybase/actions",
  "version": "0.21.82",
  "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"
  }
}