{
  "name": "react-native-month",
  "version": "1.7.0",
  "description": "React Native Month",
  "main": "lib/commonjs/index.js",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "module": "lib/module/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "babel.js"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "lint": "eslint --ext .ts,.tsx src/",
    "test": "jest",
    "prepublish": "npm run test",
    "prepare": "bob build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maggialejandro/react-native-month.git"
  },
  "keywords": [
    "react-native",
    "month"
  ],
  "author": "Alejandro Maggi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/maggialejandro/react-native-month/issues"
  },
  "homepage": "https://github.com/maggialejandro/react-native-month#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.19.0",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/runtime": "^7.19.0",
    "@react-native-community/eslint-config": "^3.1.0",
    "@testing-library/jest-native": "^5.1.2",
    "@testing-library/react-native": "^11.3.0",
    "@types/jest": "^28.1.8",
    "@types/react-native": "^0.69.15",
    "@types/react-test-renderer": "^18.0.0",
    "babel-eslint": "10.1.0",
    "babel-jest": "^28.1.3",
    "babel-test": "0.2.4",
    "eslint": "8.26.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "husky": "4.3.0",
    "jest": "^28.1.3",
    "prettier": "2.1.2",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "react-native": "0.69.5",
    "react-native-builder-bob": "0.18.3",
    "react-test-renderer": "18.0.0",
    "ts-jest": "^28.0.8",
    "typescript": "~4.3.5"
  },
  "babel": {
    "presets": [
      "module:metro-react-native-babel-preset"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint && yarn typescript && yarn test"
    }
  },
  "jest": {
    "preset": "react-native",
    "setupFilesAfterEnv": [
      "@testing-library/jest-native/extend-expect"
    ],
    "testMatch": [
      "**/__tests__/**/*.+(ts|tsx|js)",
      "**/?(*.)+(spec|test).+(ts|tsx|js)"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "jsx",
      "node"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ],
    "watchPathIgnorePatterns": [
      "__fixtures__\\/[/]+\\/(output|error)\\.js"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ],
    "files": [
      "src/"
    ]
  }
}
