{
  "_args": [
    [
      "react-native-calendars-monthly-view@1.1.1",
      "D:\\BrossardDesign\\timebox-app\\timebox-frontend"
    ]
  ],
  "_from": "react-native-calendars-monthly-view@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-wH+6FYb0rDDZXOWcwFCS50YXOCEAyoehbj35HmJhvB0JDsEF0aeSFBxzuHznOWh+mRYw2ZFiabOKEEpcCGXCzQ==",
  "_location": "/react-native-calendars-monthly-view",
  "_phantomChildren": {
    "react-is": "16.13.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-native-calendars-monthly-view@1.1.1",
    "name": "react-native-calendars-monthly-view",
    "escapedName": "react-native-calendars-monthly-view",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-native-calendars-monthly-view/-/react-native-calendars-monthly-view-1.1.1.tgz",
  "_shasum": "7dea01a13e93e338e4e44b082fd00ec0a5f603fd",
  "_spec": "1.1.1",
  "_where": "D:\\BrossardDesign\\timebox-app\\timebox-frontend",
  "author": "Wix.com",
  "bugs": {
    "url": "https://github.com/wix/react-native-calendars/issues"
  },
  "dependencies": {
    "hoist-non-react-statics": "^3.3.1",
    "immutable": "^4.0.0-rc.12",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "prop-types": "^15.5.10",
    "react-native-swipe-gestures": "^1.0.5",
    "xdate": "^0.8.0"
  },
  "deprecated": false,
  "description": "React Native Calendar Components",
  "detox": {
    "configurations": {
      "ios.sim.debug": {
        "binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/CalendarsExample.app",
        "build": "xcodebuild -workspace ios/CalendarsExample.xcworkspace -scheme CalendarsExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
        "type": "ios.simulator",
        "device": {
          "type": "iPhone 11",
          "os": "iOS 13.7"
        }
      },
      "ios.sim.release": {
        "binaryPath": "ios/build/Build/Products/Release-iphonesimulator/CalendarsExample.app",
        "build": "xcodebuild -workspace ios/CalendarsExample.xcworkspace -scheme CalendarsExample -configuration Release -sdk iphonesimulator -derivedDataPath ios/build",
        "type": "ios.simulator",
        "device": {
          "type": "iPhone 11",
          "os": "iOS 13.7"
        }
      }
    },
    "test-runner": "mocha"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@welldone-software/why-did-you-render": "^6.0.3",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^26.6.3",
    "detox": "^16.7.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-react": "^7.0.0",
    "husky": "^4.2.5",
    "jest": "^26.6.3",
    "jest-date-mock": "^1.0.8",
    "lint-staged": "^10.2.11",
    "metro-react-native-babel-preset": "^0.64.0",
    "mocha": "^7.1.0",
    "prettier": "^2.0.5",
    "react": "16.11.0",
    "react-component-driver": "^0.10.0",
    "react-native": "0.62.2",
    "react-native-navigation": "^6.7.1",
    "react-test-renderer": "^17.0.1",
    "semver": "5.x.x",
    "shell-utils": "1.x.x"
  },
  "homepage": "https://github.com/wix/react-native-calendars#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "preset": "react-native",
    "setupFiles": [
      "jest-date-mock",
      "./jest-setup.js"
    ],
    "testMatch": [
      "<rootDir>/src/**/?(*.)(spec|test).{js,jsx}"
    ]
  },
  "keywords": [
    "Monthly",
    "view"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,css,md}": "prettier --write"
  },
  "main": "src/index.js",
  "name": "react-native-calendars-monthly-view",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix/react-native-calendars.git"
  },
  "scripts": {
    "android": "react-native run-android",
    "build": "xcodebuild -project ios/CalendarsExample.xcodeproj build",
    "clean": "rm package-lock.json && rm -rf ./node_modules && npm i",
    "e2e": "node ./scripts/test-e2e.js --release",
    "ios": "react-native run-ios",
    "lint": "eslint src/ example/src",
    "pod-install": "pod install --project-directory=ios",
    "release": "node ./scripts/release.js",
    "start": "react-native start",
    "test": "npm run lint && npm run unit && npm run e2e",
    "unit": "jest",
    "xcode": "open ios/CalendarsExample.xcworkspace/"
  },
  "version": "1.1.6"
}
