24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
JSON
{
|
|
"name": "@openclaw/plugin-reporting-governance",
|
|
"version": "0.1.0-mainline",
|
|
"type": "module",
|
|
"description": "Reporting governance plugin package skeleton with capability descriptors and OpenClaw reference adapter boundaries.",
|
|
"exports": {
|
|
".": "./src/index.mjs",
|
|
"./adapters": "./src/adapters/index.mjs",
|
|
"./adapters/watchdog": "./src/adapters/watchdog.mjs",
|
|
"./adapters/dispatcher": "./src/adapters/dispatcher.mjs",
|
|
"./adapters/bridge-supervisor": "./src/adapters/bridge-supervisor.mjs",
|
|
"./adapters/sender-binding": "./src/adapters/sender-binding.mjs",
|
|
"./adapters/orchestrator": "./src/adapters/orchestrator.mjs"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test test/package-structure.test.mjs test/policy-evaluator.test.mjs test/compatibility-preflight.test.mjs test/profile-artifact.test.mjs test/profile-generator.test.mjs test/decision-runner.test.mjs test/decision-store.test.mjs test/decision-store-runtime.integration.test.mjs test/governance-contract.integration.test.mjs test/watchdog-chain.integration.test.mjs test/runtime-integrated.integration.test.mjs test/exports-boundary.integration.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1",
|
|
"yaml": "^2.8.0"
|
|
}
|
|
}
|