{
  "_from": "react-calendly@^4.3.1",
  "_id": "react-calendly@4.3.1",
  "_inBundle": false,
  "_integrity": "sha512-poyUH3NOUOlsotr8ho5WzbsbPuRAppaY+Jvu+C/PkwTP6WT807pNFI8+HrbbuRknXZbd75zpzysOJQvcu3P8Pg==",
  "_location": "/react-calendly",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-calendly@^4.3.1",
    "name": "react-calendly",
    "escapedName": "react-calendly",
    "rawSpec": "^4.3.1",
    "saveSpec": null,
    "fetchSpec": "^4.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-calendly/-/react-calendly-4.3.1.tgz",
  "_shasum": "3775d468eecfdc3cb32d6cc81aac5779df129cb1",
  "_spec": "react-calendly@^4.3.1",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "tcampb"
  },
  "bugs": {
    "url": "https://github.com/tcampb/react-calendly/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Calendly integration for React apps",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-typescript": "^11.1.4",
    "@types/react": "^16.8.0",
    "@types/react-dom": "^16.8.0",
    "prettier": "2.0.2",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rollup": "^3.29.4",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "tslib": "^2.6.2",
    "typescript": "^4.0.5"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "files": [
    "dist",
    "typings"
  ],
  "homepage": "https://github.com/tcampb/react-calendly#readme",
  "jsnext:main": "dist/index.es.js",
  "keywords": [
    "react",
    "calendly",
    "component"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "name": "react-calendly",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tcampb/react-calendly.git"
  },
  "scripts": {
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "prepare": "npm run build",
    "start": "rollup -c -w"
  },
  "typings": "typings/index.d.ts",
  "version": "4.3.1"
}
