{
  "name": "react-native-readium",
  "version": "5.0.0-rc.17",
  "description": "A react-native wrapper for https://readium.org/",
  "main": "lib/src/index",
  "types": "lib/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android/src",
    "android/build.gradle",
    "android/CMakeLists.txt",
    "android/gradle.properties",
    "ios",
    "web",
    "cpp",
    "nitrogen/generated",
    "nitro.json",
    "scripts/*.rb",
    "react-native-readium.podspec",
    "!lib/typescript/example",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "workspaces": [
    "apps/*"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"./src/**/*.{js,ts,tsx}\" \"./apps/**/src/**/*.{js,ts,tsx}\"",
    "lint:fix": "eslint ./src ./apps/*/src --fix",
    "prettier": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
    "prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
    "prepare": "rimraf lib && tsc",
    "release": "release-it",
    "example": "yarn workspace example-native",
    "example:nextjs": "yarn workspace example-nextjs",
    "nitrogen": "npx nitrogen",
    "pods": "cd apps/example-native && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods",
    "version": "yarn changelog && git add CHANGELOG.md",
    "postversion": "npm run publish:git && npm run publish:npm",
    "publish:git": "git push && git push --tags",
    "publish:npm": "npm run prepare && npm publish --access public",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "readium",
    "ebook",
    "epub",
    "ereader",
    "e-reader",
    "read"
  ],
  "repository": "http://github.com/5-stones/react-native-readium",
  "author": "Jacob Spizziri <jspizziri@weare5stones.com> (https://github.com/jspizziri)",
  "license": "MIT",
  "bugs": {
    "url": "http://github.com/5-stones/react-native-readium/issues"
  },
  "homepage": "http://github.com/5-stones/react-native-readium#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.2",
    "@evilmartians/lefthook": "^1.5.0",
    "@react-native/eslint-config": "0.83.0",
    "@release-it/conventional-changelog": "^5.0.0",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.2.0",
    "commitlint": "^17.0.2",
    "conventional-changelog-cli": "^2.2.2",
    "del-cli": "^5.1.0",
    "eslint": "^8.19.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-unused-imports": "^4.3.0",
    "husky": "^6.0.0",
    "jest": "^29.6.3",
    "nitrogen": "^0.35.0",
    "pod-install": "^0.1.0",
    "prettier": "2.8.8",
    "react": "19.0.0",
    "react-native": "0.83.1",
    "react-native-builder-bob": "^0.23.2",
    "react-native-nitro-modules": "^0.35.0",
    "release-it": "^15.0.0",
    "rimraf": "^5.0.7",
    "turbo": "^1.10.7",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.78.0",
    "react-native-nitro-modules": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "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": "angular"
      }
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "plugins": [
      "prettier",
      "unused-imports"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ],
      "no-unused-vars": "off",
      "@typescript-eslint/no-unused-vars": "off",
      "unused-imports/no-unused-imports": "error",
      "unused-imports/no-unused-vars": [
        "error",
        {
          "argsIgnorePattern": "^_",
          "varsIgnorePattern": "^_",
          "caughtErrorsIgnorePattern": "^_",
          "ignoreRestSiblings": true
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "dependencies": {
    "@readium/css": "^2.0.0",
    "@readium/navigator": "^2.3.0",
    "@readium/navigator-html-injectables": "^2.3.0",
    "@readium/shared": "^2.1.5",
    "use-deep-compare": "^1.1.0"
  },
  "engines": {
    "node": ">=20"
  },
  "packageManager": "yarn@3.6.4",
  "stableVersion": "1.2.1"
}
