2020-10-24 15:34:43 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/actions",
|
2024-04-02 19:17:40 +08:00
|
|
|
"version": "0.21.2-alpha.5",
|
2020-10-24 15:34:43 +08:00
|
|
|
"description": "",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/actions"
|
2021-04-07 10:41:06 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
|
|
|
"@nocobase/cache": "workspace:*",
|
|
|
|
"@nocobase/database": "workspace:*",
|
|
|
|
"@nocobase/resourcer": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*",
|
|
|
|
"koa": "^2.13.4",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"sequelize": "^6.26.0"
|
|
|
|
},
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2023-07-26 17:37:20 +08:00
|
|
|
}
|