@turnkey/sdk-react-native
Version:
React Native SDK
74 lines • 1.76 kB
JSON
{
"name": "@turnkey/sdk-react-native",
"version": "1.5.13",
"description": "React Native SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
}
},
"license": "Apache-2.0",
"keywords": [
"turnkey"
],
"author": {
"name": "Turnkey",
"url": "https://turnkey.com/"
},
"homepage": "https://github.com/tkhq/sdk",
"bugs": {
"url": "https://github.com/tkhq/sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkhq/sdk.git",
"directory": "packages/sdk-react-native"
},
"files": [
"dist/",
"CHANGELOG.md",
"README.md",
"README.md"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@turnkey/api-key-stamper": "0.5.0",
"@turnkey/encoding": "0.6.0",
"@turnkey/crypto": "2.8.8",
"@turnkey/http": "3.16.0",
"@turnkey/react-native-passkey-stamper": "1.2.6"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <20",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-native": "^0.76.5",
"react-native-keychain": "^8.1.0 || ^9.2.2 || ^10.0.0",
"react-native-inappbrowser-reborn": "^3.7.0",
"react-native-passkey": "^3.3.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "7.26.9",
"@rollup/plugin-babel": "5.3.0"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf ./dist ./.cache",
"typecheck": "tsc -p tsconfig.typecheck.json"
}
}