{
  "name": "@blindnet/configuration",
  "version": "0.19.4",
  "description": "Web components for configurating blindnet modules",
  "author": "blindnet <hello@blindnet.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blindnet-io/privacy-components-web.git",
    "directory": "packages/configuration"
  },
  "bugs": {
    "url": "https://github.com/blindnet-io/privacy-components-web/issues"
  },
  "homepage": "https://github.com/blindnet-io/privacy-components-web#readme",
  "scripts": {
    "localize:build": "lit-localize build"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "unpkg": "dist/index.core.min.js",
  "customElements": "dist/custom-elements.json",
  "directories": {
    "lib": "dist",
    "test": "test"
  },
  "files": [
    "dist",
    "import-map.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@lit/localize": "^0.11.3",
    "lit": "^2.4.1"
  },
  "gitHead": "1e10242c5aacf0d12e418dbbd27015375655e8f8"
}
