2020-10-24 15:34:43 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/actions",
|
2024-03-03 23:08:21 +08:00
|
|
|
"version": "0.20.0-alpha.1",
|
2020-10-24 15:34:43 +08:00
|
|
|
"description": "",
|
2022-04-25 09:45:24 +08:00
|
|
|
"license": "Apache-2.0",
|
2020-10-24 15:34:43 +08:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2021-12-06 21:23:34 +08:00
|
|
|
"dependencies": {
|
2024-03-03 23:08:21 +08:00
|
|
|
"@nocobase/cache": "0.20.0-alpha.1",
|
|
|
|
"@nocobase/database": "0.20.0-alpha.1",
|
|
|
|
"@nocobase/resourcer": "0.20.0-alpha.1"
|
2020-10-24 15:34:43 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/actions"
|
2021-04-07 10:41:06 +08:00
|
|
|
},
|
2023-12-29 15:49:02 +08:00
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
2023-07-26 17:37:20 +08:00
|
|
|
}
|