UNPKG

felix-react-native-wechat-sdk

Version:

React Native WeChat SDK for authentication, payment and sharing

43 lines (42 loc) 1.06 kB
{ "name": "felix-react-native-wechat-sdk", "version": "1.0.2", "description": "React Native WeChat SDK for authentication, payment and sharing", "license": "MIT", "author": "Felix", "type": "commonjs", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "react-native", "wechat", "weixin", "sdk", "auth", "payment", "share" ], "repository": { "type": "git", "url": "git+https://github.com/yourusername/react-native-wechat-sdk.git" }, "bugs": { "url": "https://github.com/yourusername/react-native-wechat-sdk/issues" }, "homepage": "https://github.com/yourusername/react-native-wechat-sdk#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc", "watch": "npx tsc --watch" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@react-native-community/cli": "^20.0.1", "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "typescript": "^5.0.0" } }