Add identity trust administration surfaces
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "@govoplan/identity-trust-webui",
|
||||
"version": "0.1.14",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"module": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"exports": {
|
||||
".": { "types": "./src/index.ts", "import": "./src/index.ts" },
|
||||
"./styles/identity-trust.css": "./src/styles/identity-trust.css"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@govoplan/core-webui": "^0.1.14",
|
||||
"lucide-react": "^1.23.0",
|
||||
"react": ">=19.2.7 <20",
|
||||
"react-dom": ">=19.2.7 <20"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@govoplan/core-webui": { "optional": true }
|
||||
},
|
||||
"scripts": {
|
||||
"test:identity-trust-ui": "node tests/identity-trust-ui-structure.test.mjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user