mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:36:22 +00:00
16 lines
483 B
JSON
16 lines
483 B
JSON
{
|
|
"name": "@nocobase/plugin-action-logs",
|
|
"version": "0.6.0-alpha.0",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"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.6.0-alpha.0"
|
|
},
|
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
|
}
|