@hcaptcha/react-native-hcaptcha
Version:
hCaptcha Library for React Native (both Android and iOS)
71 lines (70 loc) • 1.9 kB
JSON
{
"name": "@hcaptcha/react-native-hcaptcha",
"version": "2.0.3",
"description": "hCaptcha Library for React Native (both Android and iOS)",
"main": "index.js",
"scripts": {
"prepare": "husky",
"test": "jest",
"lint": "eslint .",
"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": {
"@react-native/eslint-config": "^0.78.0",
"@testing-library/react-native": "^13.2.0",
"eslint": "^8.19.0",
"eslint-plugin-react-native": "^5.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.6.2",
"react": "*",
"react-native": "*",
"react-native-modal": "*",
"react-native-webview": "*"
},
"dependencies": {
"@babel/core": "^7.26.5",
"@babel/preset-env": "^7.26.5",
"@babel/runtime": "^7.26.5",
"@react-native/babel-preset": "*"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}