2021-12-07 07:21:16 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-action-logs",
|
2022-04-20 16:15:38 +00:00
|
|
|
"version": "0.6.2-alpha.12",
|
2021-12-07 07:21:16 +00:00
|
|
|
"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": {
|
2022-04-20 16:15:38 +00:00
|
|
|
"@nocobase/test": "0.6.2-alpha.12"
|
2021-12-07 07:21:16 +00:00
|
|
|
},
|
|
|
|
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
|
|
|
|
}
|