{
  "_args": [
    [
      "react-calendly@1.3.0",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "react-calendly@1.3.0",
  "_id": "react-calendly@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-UocqWshQfnC6ZaYWLV0TEUqbryjROiBuIYyHHtrk6zSBL85z+4NgfjTxmAXze4pPDiMWSvjLfMzC5F0J2ooAWw==",
  "_location": "/react-calendly",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-calendly@1.3.0",
    "name": "react-calendly",
    "escapedName": "react-calendly",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-calendly/-/react-calendly-1.3.0.tgz",
  "_spec": "1.3.0",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "tcampb"
  },
  "bugs": {
    "url": "https://github.com/tcampb/react-calendly/issues"
  },
  "description": "Calendly integration for React apps",
  "devDependencies": {
    "@rollup/plugin-typescript": "^2.1.0",
    "@storybook/addon-actions": "^5.3.7",
    "@storybook/addon-info": "^5.3.17",
    "@storybook/addon-knobs": "^5.3.17",
    "@storybook/addon-links": "^5.3.7",
    "@storybook/addons": "^5.3.7",
    "@storybook/cli": "^5.3.7",
    "@storybook/preset-create-react-app": "^1.5.2",
    "@storybook/react": "^5.3.7",
    "@svgr/rollup": "^2.4.1",
    "@types/jest": "^23.3.14",
    "@types/node": "^13.9.5",
    "@types/react": "^16.3.13",
    "@types/react-dom": "^16.0.5",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-runtime": "^6.26.0",
    "cross-env": "^5.1.4",
    "gh-pages": "^1.2.0",
    "jest": "^24.9.0",
    "mini-css-extract-plugin": "^0.9.0",
    "prettier": "2.0.2",
    "react": "^16.4.1",
    "react-docgen-typescript-loader": "^3.7.1",
    "react-dom": "^16.4.1",
    "react-scripts": "3.3.0",
    "rollup": "^0.62.0",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-url": "^1.4.0",
    "ts-jest": "^24.3.0",
    "ts-loader": "^6.2.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": {
    "prop-types": "^15.5.4",
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tcampb/react-calendly.git"
  },
  "scripts": {
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "build-storybook": "build-storybook",
    "deploy": "gh-pages -d storybook-static",
    "predeploy": "npm install && npm run build-storybook",
    "prepare": "npm run build",
    "start": "rollup -c -w",
    "storybook": "start-storybook -p 9001 -c .storybook ",
    "test": "cross-env CI=1 react-scripts-ts test --env=jsdom",
    "test:watch": "react-scripts-ts test --env=jsdom"
  },
  "typings": "typings/index.d.ts",
  "version": "1.3.0"
}
