UNPKG

@authing/rn

Version:
40 lines (39 loc) 818 B
{ "name": "@authing/rn", "title": "Authing Rn Sdk", "version": "2.1.1", "description": "Authing SDK for React Native", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Authing/authing-rn-sdk.git", "baseUrl": "https://github.com/Authing/authing-rn-sdk" }, "keywords": [ "react-native", "authing", "idaas", "alipay" ], "author": { "name": "liaochangjiang", "email": "cj@authing.cn" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": "^16.8.1", "react-native": ">=0.59.0-rc.0 <1.0.x" }, "devDependencies": { "react": "^16.8.3", "react-native": "^0.62.3" }, "dependencies": { "query-string": "^6.9.0" } }