2022-01-19 10:02:52 +08:00
|
|
|
{
|
2022-01-22 16:34:31 +08:00
|
|
|
"name": "@nocobase/plugin-collection-manager",
|
2022-04-21 00:15:38 +08:00
|
|
|
"version": "0.6.2-alpha.12",
|
2022-01-19 10:02:52 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"license": "MIT",
|
2022-03-19 20:50:22 +08: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-01-19 10:02:52 +08:00
|
|
|
"devDependencies": {
|
2022-04-21 00:15:38 +08:00
|
|
|
"@nocobase/test": "0.6.2-alpha.12"
|
2022-01-19 10:02:52 +08:00
|
|
|
},
|
|
|
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
|
|
|
}
|