mirror of
https://github.com/zhigang1992/react-native-wechat-1.git
synced 2026-01-12 22:51:14 +08:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@yyyyu/react-native-wechat",
|
|
"version": "0.0.0-development",
|
|
"description": "wechat api for react native.",
|
|
"keywords": [
|
|
"react-native",
|
|
"wechat",
|
|
"weixin"
|
|
],
|
|
"homepage": "https://github.com/yyyyu/react-native-wechat",
|
|
"bugs": {
|
|
"url": "https://github.com/yyyyu/react-native-wechat/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "yyyyu",
|
|
"email": "g592842897@gmail.com"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yyyyu/react-native-wechat.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo ignore",
|
|
"build": "tsc",
|
|
"lint": "tslint --fix src/**/*.ts",
|
|
"commit": "git-cz",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"dependencies": {
|
|
"@types/react-native": "^0.57.45"
|
|
},
|
|
"devDependencies": {
|
|
"commitizen": "^3.1.1",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"semantic-release": "^15.13.12",
|
|
"tslint": "^5.16.0",
|
|
"typescript": "^3.4.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": "^0.59.5"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|