{
  "name": "@kyma-project/asyncapi-react",
  "version": "0.16.2",
  "private": false,
  "description": "A React component for AsyncAPI specification.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asyncapi/asyncapi-react"
  },
  "author": {
    "name": "The Kyma project authors",
    "url": "http://kyma-project.io"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/asyncapi/asyncapi-react/issues"
  },
  "keywords": [
    "asyncapi",
    "asyncapi-specification",
    "react",
    "reactjs",
    "event"
  ],
  "tags": [
    "asyncapi",
    "asyncapi-specification",
    "react",
    "reactjs",
    "event"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "/lib",
    "./README.md",
    "./LICENSE"
  ],
  "scripts": {
    "start": "tsc --watch",
    "build": "tsc && npm run copyCss",
    "test": "jest --detectOpenHandles",
    "testWatch": "jest --detectOpenHandles --watch",
    "copyCss": "cp -r ./src/styles ./lib",
    "prepare": "npm run build",
    "prepack": "cp ../README.md ./README.md && cp ../LICENSE ./LICENSE",
    "postpack": "rm -rf ./README.md && rm -rf ./LICENSE",
    "get-version": "echo $npm_package_version"
  },
  "dependencies": {
    "@asyncapi/avro-schema-parser": "^0.2.0",
    "@asyncapi/openapi-schema-parser": "^2.0.0",
    "@asyncapi/parser": "^1.0.1",
    "constate": "^1.2.0",
    "dompurify": "^2.1.1",
    "markdown-it": "^11.0.1",
    "merge": "^1.2.1",
    "openapi-sampler": "^1.0.0-beta.15",
    "react-use": "^12.2.0"
  },
  "devDependencies": {
    "@types/dompurify": "^2.0.4",
    "@types/jest": "^24.0.18",
    "@types/markdown-it": "^10.0.2",
    "@types/node": "^12.7.2",
    "@types/react": "^16.9.2",
    "jest": "^24.9.0",
    "react": "^16.9.0",
    "ts-jest": "^26.4.1"
  }
}
