nocobase/packages/plugins/ui-routes-storage/package.json
2022-04-25 12:10:30 +08:00

25 lines
670 B
JSON

{
"name": "@nocobase/plugin-ui-routes-storage",
"version": "0.7.0-alpha.2",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"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": {
"flat-to-nested": "^1.1.1"
},
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.2"
},
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
}