UNPKG

@hcaptcha/react-native-hcaptcha

Version:

hCaptcha Library for React Native (both Android and iOS)

65 lines (64 loc) 1.58 kB
{ "name": "@hcaptcha/react-native-hcaptcha", "version": "1.8.2", "description": "hCaptcha Library for React Native (both Android and iOS)", "main": "index.js", "scripts": { "test": "jest", "example": "node __scripts__/generate-example.js" }, "jest": { "preset": "react-native", "verbose": true, "setupFiles": [ "<rootDir>/__mocks__/global.js" ] }, "repository": { "type": "git", "url": "git+https://github.com/hCaptcha/react-native-hcaptcha.git" }, "keywords": [ "react-native", "hcaptcha", "captcha", "mobile", "ios", "android" ], "author": "hCaptcha Team", "license": "MIT", "bugs": { "url": "https://github.com/hCaptcha/react-native-hcaptcha/issues" }, "homepage": "https://github.com/hCaptcha/react-native-hcaptcha#readme", "peerDependencies": { "react": "*", "react-native": "*", "react-native-modal": ">=11.5.4", "react-native-webview": ">=9.0.1" }, "contributors": [ { "name": "hCaptcha Team", "email": "support@hcaptcha.com", "url": "https://github.com/hCaptcha/react-native-hcaptcha/" } ], "devDependencies": { "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "*", "react-native": "*", "react-native-modal": "*", "react-native-webview": "*", "react-test-renderer": "18.1.0" }, "dependencies": { "@babel/core": "^7.15.5", "@babel/runtime": "^7.15.4", "babel-eslint": "^10.1.0", "babel-jest": "^27.2.2", "metro-react-native-babel-preset": "^0.77.0" } }