{
  "name": "use-web-component",
  "version": "0.3.0",
  "description": "A hook to abstract the more complicated wiring of web-components inside of react",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "prepublishOnly": "tsc --project ./tsconfig.build.json",
    "build": "tsc --project ./tsconfig.build.json",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaiyote/use-web-component.git"
  },
  "keywords": [
    "react",
    "hook",
    "web",
    "component",
    "custom",
    "element",
    "preact"
  ],
  "author": {
    "email": "blazhen88@gmail.com",
    "name": "Tim Huddle",
    "url": "https://github.com/kaiyote"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaiyote/use-web-component/issues"
  },
  "homepage": "https://github.com/kaiyote/use-web-component#readme",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@types/jest": "^26.0.15",
    "@types/react": "^16.9.53",
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "eslint": "^7.11.0",
    "eslint-config-standard-with-typescript": "^19.0.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest-dom": "^3.2.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-testing-library": "^3.9.2",
    "husky": "^4.3.0",
    "jest": "^26.6.0",
    "jest-circus": "^26.6.0",
    "jest-environment-jsdom": "^26.6.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "ts-jest": "^26.4.1",
    "typescript": "^4.0.3"
  },
  "peerDependencies": {
    "react": ">=16.8"
  },
  "dependencies": {
    "react-merge-refs": "^1.1.0"
  }
}
