UNPKG

react-native-a11y

Version:

Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.

179 lines (178 loc) 4.35 kB
{ "name": "react-native-a11y", "version": "0.6.0", "description": "Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "!lib/typescript/example", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint --fix . --ext .js,.jsx,.ts,.tsx", "prepare": "bob build", "release": "release-it", "release-no-increment": "release-it --no-increment", "bootstrap": "yarn" }, "keywords": [ "react-native", "ios", "android", "react-native a11y", "a11y", "keyboard", "reader focus", "keyboard focus", "WCAG" ], "repository": "https://github.com/ArturKalach/react-native-a11y", "author": "Artur Kalach <artur.kalach.andreevich@gmail.com> (https://github.com/ArturKalach)", "license": "MIT", "bugs": { "url": "https://github.com/ArturKalach/react-native-a11y/issues" }, "homepage": "https://github.com/ArturKalach/react-native-a11y#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.5.0", "@react-native-community/cli": "15.0.1", "@react-native/eslint-config": "^0.73.1", "@release-it/conventional-changelog": "^9.0.2", "@types/jest": "^29.5.5", "@types/react": "^18.2.44", "commitlint": "^17.0.2", "del-cli": "^5.1.0", "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "jest": "^29.7.0", "prettier": "^3.0.3", "react": "18.3.1", "react-native": "0.76.5", "react-native-builder-bob": "^0.20.4", "release-it": "^17.10.0", "turbo": "^1.10.7", "typescript": "^5.2.2" }, "resolutions": { "@types/react": "^18.2.44" }, "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": { "react/react-in-jsx-scope": "off", "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 }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "codegenConfig": { "name": "RNA11ySpec", "type": "all", "jsSrcsDir": "src/nativeSpecs", "android": { "javaPackageName": "com.reactnativea11y" }, "ios": { "componentProvider": { "RCA11yFocusWrapper": "RCA11yFocusWrapper", "RCA11yPaneView": "RCA11yPaneView", "RCA11yTextInputWrapper": "RCA11yTextInputWrapper" } } }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }