nocobase/packages/plugins/collection-manager/package.json

22 lines
615 B
JSON
Raw Normal View History

{
2022-01-22 08:34:31 +00:00
"name": "@nocobase/plugin-collection-manager",
"version": "0.7.0-alpha.3",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
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"
},
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.3"
},
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
}