tachybase_todo/packages/core/actions/package.json
sealday 3277715c8a chore(version): release v0.21.82 (#1427)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1427
2024-08-01 18:09:46 +08:00

22 lines
516 B
JSON

{
"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"
}
}