tachybase_todo/packages/core/actions/package.json
ChengLei Shao c86b91c586
chore: relation repository response when source model not found (#1546)
* chore: relation repository response when source model not found

* fix: test

* fix: test

* fix: test
2023-03-07 22:10:51 +08:00

23 lines
582 B
JSON

{
"name": "@nocobase/actions",
"version": "0.9.1-alpha.1",
"description": "",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/cache": "0.9.1-alpha.1",
"@nocobase/database": "0.9.1-alpha.1",
"@nocobase/resourcer": "0.9.1-alpha.1"
},
"devDependencies": {
"@nocobase/test": "0.9.1-alpha.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/actions"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}