{
  "name": "@svc/react-copy-to-clipboard",
  "version": "1.0.0",
  "description": "React component for copy to clipboard",
  "keywords": [
    "react",
    "clipboard"
  ],
  "author": "Chaitanya <kamthamc@users.noreply.github.com>",
  "homepage": "https://github.com/svcorg/react-components#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "directories": {
    "lib": "lib",
    "types": "dist"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/svcorg/react-components.git"
  },
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "prebuild": "rimraf dist types"
  },
  "bugs": {
    "url": "https://github.com/svcorg/react-components/issues"
  },
  "devDependencies": {
    "@types/react": "^16.9.32",
    "prettier": "^2.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.3.3",
    "rollup-plugin-terser": "^5.3.0",
    "rollup-plugin-typescript2": "^0.27.0",
    "typescript": "^3.8.3"
  },
  "gitHead": "b458ec0872e2bdbca7a0c4dd807794dc29bf70d4",
  "peerDependencies": {
    "react": ">= 16.10.1"
  }
}
