{
  "name": "ong-react-link-preview",
  "license": "MIT",
  "version": "2.1.3",
  "private": false,
  "description": "React library to preview links - including hover color.",
  "author": "Dhaiwat Pandya",
  "keywords": [
    "react",
    "react-link-preview",
    "link",
    "preview",
    "card"
  ],
  "homepage": "https://github.com/onG-social/ong-react-link-preview",
  "bugs": {
    "url": "https://github.com/onG-social/ong-react-link-preview/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onG-social/ong-react-link-preview.git"
  },
  "main": "index.js",
  "module": "index.esm.js",
  "types": "index.d.ts",
  "dependencies": {
    "react-loading-skeleton": "^3.1.0"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0",
    "react-dom": "^16.0.0 || ^17.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
