UNPKG

tosspayments-react-native

Version:
53 lines (52 loc) 1.3 kB
{ "name": "tosspayments-react-native", "version": "1.0.7", "description": "tosspayments module for react-native", "main": "lib/index.js", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "files": [ "README.md", "android", "lib", "ios", "tosspayments-react-native.podspec" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/smsmsmsmin/tosspayments-react-native.git", "baseUrl": "https://github.com/smsmsmsmin/tosspayments-react-native" }, "keywords": [ "react-native", "tosspayments" ], "author": { "name": "Lee Seungmin", "email": "lee@seungmin.io" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "react": ">=16.8.1", "react-native": ">=0.60.0-rc.0 <1.0.x", "react-native-send-intent": "^1.2.3", "react-native-webview": "^11.3.2" }, "devDependencies": { "@types/react": "^17.0.3", "@types/react-native": "^0.63.52", "react": "^16.9.0", "react-native": "^0.61.5", "tslib": "^2.1.0", "typescript": "^4.2.3" }, "dependencies": { "react-native-send-intent": "^1.2.3", "react-native-webview": "^11.3.2" } }