UNPKG

@sfenton/react-native-readium-with-cfi

Version:

A react-native wrapper for https://readium.org/ with CFI support

160 lines (159 loc) 3.98 kB
{ "name": "@sfenton/react-native-readium-with-cfi", "version": "3.0.5-withcfi", "description": "A react-native wrapper for https://readium.org/ with CFI support", "main": "lib/src/index", "types": "lib/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "web", "cpp", "ReactNativeReadiumWithCfi.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"./src/**/*.{js,ts,tsx}\"", "lint:fix": "eslint ./src --fix", "prepare": "rimraf lib && tsc", "release": "release-it", "example": "yarn --cwd example", "pods": "cd example && 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", "ebook", "epub", "ereader", "e-reader", "read", "cfi", "canonical-fragment-identifier" ], "repository": "https://github.com/SFenton/react-native-readium", "author": "Stephen Fenton <stephenefenton@gmail.com> (https://github.com/SFenton)", "license": "MIT", "bugs": { "url": "https://github.com/SFenton/react-native-readium/issues" }, "homepage": "https://github.com/SFenton/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.73.1", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", "commitlint": "^17.0.2", "conventional-changelog-cli": "^2.2.2", "del-cli": "^5.1.0", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "husky": "^6.0.0", "jest": "^29.7.0", "pod-install": "^0.1.0", "prettier": "^3.0.3", "react": "18.2.0", "react-native": "0.74.1", "react-native-builder-bob": "^0.23.2", "release-it": "^15.0.0", "rimraf": "^5.0.7", "turbo": "^1.10.7", "typescript": "^5.2.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "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" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "dependencies": { "@d-i-t-a/reader": "^2.1.4", "use-deep-compare": "^1.1.0" }, "engines": { "node": ">=18" }, "packageManager": "yarn@3.6.4", "stableVersion": "1.2.1" }