forked from yoonzm/react-native-ali-onepass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 917 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "react-native-ali-onepass",
"version": "3.5.4",
"description": "阿里一键登录SDK for React Native - 支持iOS模拟器",
"main": "index.js",
"scripts": {
"release": "standard-version && npm run push",
"push": "git push --follow-tags origin master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoonzm/react-native-ali-onepass.git"
},
"keywords": [
"react-native",
"ali",
"onepass",
"quickpass",
"auth",
"onekey",
"login",
"simulator"
],
"typings": "./index.d.ts",
"files": [
"android/",
"ios/",
"index.js",
"RNAliOnepass.podspec",
"package.json",
"README.md",
"index.d.ts",
"iOS_SIMULATOR_FIX.md",
"QUICK_FIX.md"
],
"author": "yoonzm",
"license": "MIT",
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"standard-version": "^9.5.0"
}
}