2020-10-24 15:34:43 +08:00
|
|
|
{
|
2024-05-08 16:20:31 +08:00
|
|
|
"name": "@tachybase/actions",
|
2024-07-02 21:01:31 +08:00
|
|
|
"version": "0.21.63",
|
2020-10-24 15:34:43 +08:00
|
|
|
"description": "",
|
2024-04-01 13:39:44 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/cache": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/resourcer": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*",
|
2024-04-01 13:39:44 +08:00
|
|
|
"koa": "^2.13.4",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"sequelize": "^6.26.0"
|
2024-06-11 17:18:34 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/koa": "^2.15.0",
|
|
|
|
"@types/lodash": "^4.17.5"
|
2024-05-24 13:06:59 +08:00
|
|
|
}
|
2023-07-26 17:37:20 +08:00
|
|
|
}
|