{
  "name": "@asyncapi/web-component",
  "version": "2.6.3",
  "private": false,
  "description": "A web component for AsyncAPI specification. Based on @asyncapi/react-component.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asyncapi/asyncapi-react"
  },
  "author": {
    "name": "The AsyncAPI maintainers",
    "url": "https://www.asyncapi.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/asyncapi/asyncapi-react/issues"
  },
  "keywords": [
    "asyncapi",
    "asyncapi-specification",
    "webcomponent",
    "web-component",
    "event"
  ],
  "tags": [
    "asyncapi",
    "asyncapi-specification",
    "webcomponent",
    "web-component",
    "event"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "/lib",
    "./README.md",
    "./LICENSE"
  ],
  "scripts": {
    "start": "tsc --watch",
    "bundle": "webpack",
    "prepack": "cp ../README.md ./README.md && cp ../LICENSE ./LICENSE",
    "postpack": "rm -rf ./README.md && rm -rf ./LICENSE",
    "install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
  },
  "dependencies": {
    "@asyncapi/react-component": "^2.6.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "web-react-components": "^1.4.2"
  },
  "devDependencies": {
    "@types/react": "^18",
    "node-polyfill-webpack-plugin": "^2.0.1",
    "ts-loader": "9.4.4",
    "webpack": "5.88.2",
    "webpack-cli": "5.1.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
