2020-10-24 15:34:43 +08:00
|
|
|
{
|
2024-05-08 16:20:31 +08:00
|
|
|
"name": "@tachybase/resourcer",
|
2024-09-11 11:55:22 +08:00
|
|
|
"version": "0.21.90",
|
2020-10-24 15:34:43 +08:00
|
|
|
"description": "",
|
2024-04-01 13:39:44 +08:00
|
|
|
"license": "Apache-2.0",
|
2020-10-24 15:34:43 +08:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/utils": "workspace:*",
|
2021-03-16 14:31:54 +08:00
|
|
|
"deepmerge": "^4.2.2",
|
2024-04-01 13:39:44 +08:00
|
|
|
"glob": "^7.1.6",
|
2020-10-24 15:34:43 +08:00
|
|
|
"koa-compose": "^4.1.0",
|
2021-10-14 14:37:41 +08:00
|
|
|
"lodash": "^4.17.21",
|
2020-10-24 15:34:43 +08:00
|
|
|
"path-to-regexp": "^6.1.0",
|
|
|
|
"qs": "^6.9.4"
|
2024-05-28 16:36:49 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
"@types/node": "20.14.2"
|
2024-05-24 13:06:59 +08:00
|
|
|
}
|
2023-07-26 17:37:20 +08:00
|
|
|
}
|