mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:27:26 +00:00
28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"name": "@nocobase/resourcer",
|
|
"version": "0.7.0-alpha.63",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"deepmerge": "^4.2.2",
|
|
"koa-compose": "^4.1.0",
|
|
"lodash": "^4.17.21",
|
|
"path-to-regexp": "^6.1.0",
|
|
"qs": "^6.9.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/resourcer"
|
|
},
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
|
}
|