mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:46:36 +00:00
26 lines
639 B
JSON
26 lines
639 B
JSON
{
|
|
"name": "@nocobase/actions",
|
|
"version": "0.8.0-alpha.13",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/cache": "0.8.0-alpha.13",
|
|
"@nocobase/database": "0.8.0-alpha.13",
|
|
"@nocobase/resourcer": "0.8.0-alpha.13"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/actions"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|