{
  "name": "rn-calendar-component",
  "description": "React-Native Calendar",
  "version": "0.5.1",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!lib/typescript/example"
  ],
  "scripts": {
    "bootstrap": "yarn example && yarn && husky install",
    "example": "yarn --cwd Example",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "prepare": "bob build",
    "release": "release-it",
    "test": "jest --coverage --runInBand && yarn coverage",
    "coverage": "jest-coverage-badges ./coverage/coverage-summary.json --output ./badges",
    "test:watch": "jest --watch",
    "typescript": "tsc --noEmit"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "react-native-calendar",
    "rn-calendar-component"
  ],
  "repository": "https://github.com/dsznajder/rn-calendar",
  "author": "Damian Sznajder <damsznajder@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "7.15.8",
    "@babel/preset-typescript": "7.15.0",
    "@commitlint/config-conventional": "13.2.0",
    "@release-it/conventional-changelog": "3.3.0",
    "@types/jest": "27.0.2",
    "@types/react": "17.0.27",
    "@types/react-native": "0.65.5",
    "babel-jest": "27.2.5",
    "commitlint": "13.2.1",
    "eslint": "7.32.0",
    "eslint-config-satya164": "3.1.10",
    "eslint-plugin-simple-import-sort": "7.0.0",
    "husky": "7.0.2",
    "jest": "27.2.5",
    "jest-coverage-badges": "1.1.2",
    "prettier": "2.4.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-native": "0.66.0",
    "react-native-builder-bob": "0.18.2",
    "react-native-testing-library": "6.0.0",
    "react-native-web": "0.17.5",
    "react-test-renderer": "17.0.2",
    "release-it": "14.11.6",
    "typescript": "4.4.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/Example/node_modules",
      "<rootDir>/lib/"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!(jest-)?react-native)"
    ],
    "testPathIgnorePatterns": [
      "node_modules"
    ],
    "coverageReporters": [
      "json-summary",
      "text",
      "lcov"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "prettier": {
    "bracketSpacing": true,
    "bracketSameLine": false,
    "printWidth": 100,
    "semi": true,
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "all",
    "useTabs": false
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
