mirror of
https://github.com/zhigang1992/react-native-wechat-1.git
synced 2026-01-12 22:51:14 +08:00
19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"name": "react-native-wechat",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"wechat"
|
|
],
|
|
"author": "dongdayu",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-native": "latest"
|
|
}
|
|
}
|