sealday
588a02fedc
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1556
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"name": "@tachybase/resourcer",
|
|
"version": "0.22.3",
|
|
"description": "",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.14.2"
|
|
}
|
|
}
|