{
  "name": "utterances-react-component",
  "description": "Type safety react component for utterances",
  "version": "1.0.0",
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.es.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "cz": "yarn --cwd ../.. cz",
    "commit": "yarn cz",
    "prepare": "yarn --cwd ../..",
    "dev": "vite",
    "lint": "tsc",
    "build": "run-p build:*",
    "build:script": "vite build",
    "build:types": "dts-bundle-generator --no-banner --external-imports=react -o dist/index.d.ts lib/index.ts",
    "serve": "vite preview"
  },
  "peerDependencies": {
    "react": "^16 || ^17 || ^18",
    "react-dom": "^16 || ^17 || ^18"
  },
  "devDependencies": {
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@vitejs/plugin-react-refresh": "^1.3.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "author": {
    "name": "TomokiMiyauci",
    "email": "contact@miyauchi.dev",
    "url": "https://miyauchi.dev/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TomokiMiyauci/utterances-component.git",
    "directory": "packages/react"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "utterances",
    "utterance",
    "comment",
    "comments",
    "comment-system",
    "react",
    "github",
    "component",
    "issue"
  ],
  "homepage": "https://github.com/TomokiMiyauci/utterances-component#readme",
  "bugs": "https://github.com/TomokiMiyauci/utterances-component/issues",
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/tomoki_miyauci"
  }
}
