2022-02-11 07:16:00 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-ui-routes-storage",
|
2022-04-20 16:15:38 +00:00
|
|
|
"version": "0.6.2-alpha.12",
|
2022-02-11 07:16:00 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"license": "MIT",
|
2022-03-19 12:50:22 +00:00
|
|
|
"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"
|
|
|
|
},
|
2022-02-11 07:16:00 +00:00
|
|
|
"dependencies": {
|
|
|
|
"flat-to-nested": "^1.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-20 16:15:38 +00:00
|
|
|
"@nocobase/test": "0.6.2-alpha.12"
|
2022-02-11 07:16:00 +00:00
|
|
|
},
|
|
|
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
|
|
|
}
|