tachybase_todo/packages/core/resourcer/package.json
sealday ede7ead8b1 chore(version): release v0.21.34 (#1045)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1045
2024-05-24 01:06:06 +08:00

24 lines
583 B
JSON

{
"name": "@tachybase/resourcer",
"version": "0.21.34",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/resourcer"
},
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@tachybase/utils": "workspace:*",
"deepmerge": "^4.2.2",
"glob": "^7.1.6",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
"path-to-regexp": "^6.1.0",
"qs": "^6.9.4"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}