mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:48:00 +00:00
27 lines
758 B
JSON
27 lines
758 B
JSON
{
|
|
"name": "@nocobase/resourcer",
|
|
"version": "0.6.0-alpha.0",
|
|
"description": "",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
},
|
|
"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": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
|
}
|