{ "name": "@govoplan/approvals-webui", "version": "0.1.21", "private": true, "description": "Governed approval chains, decisions, delegation, and escalation for GovOPlaN.", "type": "module", "peerDependencies": { "@govoplan/core-webui": "^0.1.18", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20" }, "main": "webui/src/index.ts", "module": "webui/src/index.ts", "types": "webui/src/index.ts", "exports": { ".": { "types": "./webui/src/index.ts", "import": "./webui/src/index.ts" }, "./styles/approvals.css": "./webui/src/styles/approvals.css" }, "peerDependenciesMeta": { "@govoplan/core-webui": { "optional": true } }, "files": [ "webui/src", "README.md", "LICENSE" ] }