-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.39 KB
/
package.json
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-native-zxcvbn",
"version": "1.0.1",
"description": "react-native zxcvbn bridge",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"ios/*",
"android/build.gradle",
"android/src/*",
"react-native-zxcvbn.podspec"
],
"scripts": {
"lint": "eslint .",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/doomsower/react-native-zxcvbn.git"
},
"keywords": [
"react-native",
"zxcvbn",
"password",
"strength",
"bridge"
],
"author": "Konstantin Kuznetsov",
"license": "MIT",
"bugs": {
"url": "https://github.com/doomsower/react-native-zxcvbn/issues"
},
"homepage": "https://github.com/doomsower/react-native-zxcvbn#readme",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^8.1.0",
"@react-native-community/eslint-config": "^0.0.5",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.18",
"commitlint": "^8.1.0",
"eslint": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"husky": "^3.0.5",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"react": "^16.8.3",
"react-native": "^0.61.2",
"semantic-release": "^15.13.24",
"typescript": "^3.6.3"
}
}