sealday
3277715c8a
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1427
22 lines
516 B
JSON
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"
|
|
}
|
|
}
|