{
  "@comment unpkg": "dist/next-share.umd.js",
  "_args": [
    [
      "next-share@0.23.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "next-share@0.23.0",
  "_id": "next-share@0.23.0",
  "_inBundle": false,
  "_integrity": "sha512-SV80bqVZpAI1Weyzz7z3tqcT/6GPouP/E1BkjDxPbOGuyYynTx1yv0CCSaqH4CrBGT5i+MWukt0CCiYilRlnVA==",
  "_location": "/next-share",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "next-share@0.23.0",
    "name": "next-share",
    "escapedName": "next-share",
    "rawSpec": "0.23.0",
    "saveSpec": null,
    "fetchSpec": "0.23.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/next-share/-/next-share-0.23.0.tgz",
  "_spec": "0.23.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Bunlong",
    "email": "bunlong.van@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Bunlong/next-share.git/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/*.js",
      "maxSize": "21 kB"
    },
    {
      "path": "./dist/**/*.js",
      "maxSize": "21 kB"
    },
    {
      "path": "./dist/*.ts",
      "maxSize": "750 B"
    },
    {
      "path": "./dist/**/*.ts",
      "maxSize": "770 B"
    }
  ],
  "dependencies": {
    "jsonp": "^0.2.1"
  },
  "description": "Social media share buttons for your next React apps.",
  "devDependencies": {
    "@babel/core": "^7.15.0",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.15.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@types/jsonp": "^0.2.1",
    "@types/react": "^17.0.19",
    "@types/react-dom": "^17.0.9",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "bundlesize": "^0.18.1",
    "eslint": "^7.32.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^27.1.0",
    "mutationobserver-shim": "^0.3.7",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "^5.0.1",
    "react-test-renderer": "^17.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.35.0",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typescript": "^4.4.2"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://next-share.js.org",
  "jsnext:main": "dist/next-share.es.js",
  "keywords": [
    "react",
    "reactjs",
    "next-share",
    "share-buttons",
    "social-share-buttons",
    "social-media-share-buttons",
    "react-share"
  ],
  "license": "MIT",
  "main": "dist/next-share.js",
  "module": "dist/next-share.es.js",
  "name": "next-share",
  "peerDependencies": {
    "react": ">=17.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bunlong/next-share.git"
  },
  "scripts": {
    "@test": "jest --runInBand",
    "build": "rollup -c",
    "bundlesize": "npm run build && bundlesize",
    "deploy": "gh-pages -d docs/build",
    "dev": "rollup -c -w",
    "lint:check": "eslint ./src --ext .tsx,.ts --report-unused-disable-directives",
    "predeploy": "cd docs && npm install && npm run build",
    "prepare": "npm run build",
    "prettier": "prettier --write './src/*.ts' './src/**/*.ts' './src/**/*.tsx' --config ./.prettierrc"
  },
  "sideEffects": false,
  "types": "dist/next-share.d.ts",
  "version": "0.23.0"
}
