mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 23:16:03 +00:00
23 lines
537 B
JSON
23 lines
537 B
JSON
{
|
|
"name": "@nocobase/resourcer",
|
|
"version": "0.4.0-alpha.7",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"deepmerge": "^4.2.2",
|
|
"koa-compose": "^4.1.0",
|
|
"lodash": "^4.17.19",
|
|
"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": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
|
}
|