mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:26:47 +00:00
22 lines
612 B
JSON
22 lines
612 B
JSON
{
|
|
"name": "@nocobase/plugin-system-settings",
|
|
"version": "0.7.0-alpha.5",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/test": "0.7.0-alpha.5"
|
|
},
|
|
"gitHead": "b12507f6e4bcb5f1fd8285670a43fb3807d90ea0"
|
|
}
|