{
  "name": "react-native-consumet",
  "version": "1.5.0",
  "description": "React Native library providing access to entertainment media information (anime, movies, manga, etc.) from multiple sources, adapting the Consumet API for mobile applications.",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./lib/typescript/module/src/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!dist",
    "!**/__tests__",
    "!**/test",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "example": "yarn workspace react-native-consumet-example",
    "build": "tsc -p tsconfig.dist.json",
    "build:clean": "del-cli dist && yarn build",
    "test": "jest",
    "typecheck": "tsc",
    "lint": "eslint --fix .",
    "clean": "del-cli android/build lib dist \"apps/*/android/.gradle\" \"apps/*/android/build\" \"apps/*/android/app/build\" \"apps/*/ios/build\" \"apps/*/ios/Pods\"",
    "prepare": "bob build && yarn build",
    "prepublishOnly": "yarn build",
    "release": "release-it",
    "prettier": "prettier --write ."
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.{json,md,html,css}": [
      "prettier --write"
    ],
    "dist/**": []
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uwumilabs/react-native-consumet.git"
  },
  "author": "Durgesh Kumar Dwivedi <durgeshdwivedi81@gmail.com> (https://github.com/2004durgesh)",
  "license": "GPL-3.0-only",
  "bugs": {
    "url": "https://github.com/uwumilabs/react-native-consumet/issues"
  },
  "homepage": "https://github.com/uwumilabs/react-native-consumet#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@babel/runtime": "^7.28.3",
    "@commitlint/config-conventional": "^19.6.0",
    "@eslint/compat": "^1.2.7",
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.22.0",
    "@react-native-community/cli": "15.0.1",
    "@react-native/eslint-config": "^0.78.0",
    "@release-it/conventional-changelog": "8.0.2",
    "@types/crypto-js": "^4.2.2",
    "@types/jest": "^29.5.5",
    "@types/react": "^19.0.0",
    "@types/string-similarity": "^4.0.2",
    "babel-jest": "^29.7.0",
    "commitlint": "^19.6.1",
    "del-cli": "^5.1.0",
    "eslint": "^9.22.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-unused-imports": "^4.1.4",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "lint-staged": "^16.1.5",
    "prettier": "^3.0.3",
    "react": "19.0.0",
    "react-native": "0.78.1",
    "react-native-builder-bob": "^0.38.3",
    "release-it": "latest",
    "ts-jest": "^29.3.1",
    "ts-node": "^10.9.2",
    "turbo": "^1.10.7",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "workspaces": [
    "apps"
  ],
  "packageManager": "yarn@3.6.1",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": {
          "name": "conventionalcommits"
        },
        "infile": "CHANGELOG.md",
        "ignoreRecommendedBump": false,
        "strictLatest": true,
        "writerOpts": {
          "groupBy": "type"
        },
        "context": {
          "host": "https://github.com",
          "owner": "uwumilabs",
          "repository": "react-native-consumet"
        }
      }
    },
    "hooks": {
      "after:bump": "node scripts/prepare-registry.js"
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "codegen",
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json",
          "esm": true
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "RNConsumetSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "outputDir": {
      "ios": "ios/generated",
      "android": "android/generated"
    },
    "android": {
      "javaPackageName": "com.consumet"
    },
    "includesGeneratedCode": true
  },
  "create-react-native-library": {
    "type": "turbo-module",
    "languages": "kotlin-objc",
    "version": "0.49.0"
  },
  "dependencies": {
    "ascii-url-encoder": "^1.2.0",
    "axios": "^1.8.4",
    "cheerio": "1.0.0-rc.12",
    "crypto-js": "^4.2.0",
    "react-native-get-random-values": "1.8.0",
    "string-similarity": "^4.0.4"
  }
}
