{
  "name": "@owlmeans/regov-ext-comm",
  "version": "0.8.6",
  "description": "Communication channel Regov SSI",
  "keywords": [
    "Regov",
    "SSI",
    "didcomm",
    "networking"
  ],
  "author": "Igor Tkachenko <igor.w.tkachenko@gmail.com>",
  "homepage": "https://github.com/owlmeans/regov-ssi-mono#readme",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "typings": "dist/index.d.ts",
  "directories": {
    "dist": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owlmeans/regov-ssi-mono.git",
    "directory": "packages/ext-comm"
  },
  "sources": "src/index.ts",
  "scripts": {
    "build": "tsc -b -f",
    "build:watch": "tsc -b -w --preserveWatchOutput --pretty"
  },
  "peerDependencies": {
    "@emotion/react": "*",
    "@emotion/styled": "*",
    "@mui/icons-material": "*",
    "@mui/material": "*",
    "@owlmeans/regov-comm": "^0.8.0",
    "@owlmeans/regov-lib-react": "^0.8.0",
    "@owlmeans/regov-ssi-core": "^0.8.0",
    "i18next": "*",
    "react": "*",
    "react-hook-form": "*",
    "react-i18next": "*"
  },
  "peerDependenciesMeta": {
    "@owlmeans/regov-lib-react": {
      "optional": true
    },
    "@emotion/react": {
      "optional": true
    },
    "@emotion/styled": {
      "optional": true
    },
    "@mui/icons-material": {
      "optional": true
    },
    "@mui/material": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-hook-form": {
      "optional": true
    },
    "react-i18next": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "013da071608cf9335887d7cf81e229375a3ad447"
}
