-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.41 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
{
"name": "react-native-awesome-pin",
"version": "1.3.1",
"description": "A highly interactive and customisable PIN code screen for React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukebrandonfarrell/react-native-awesome-pin.git"
},
"keywords": [
"pin",
"code",
"screen",
"lock",
"number",
"react-native",
"android",
"ios",
"javascript",
"keyboard",
"pins",
"pin-code",
"pure-javascript"
],
"author": "Luke Brandon Farrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukebrandonfarrell/react-native-awesome-pin/issues"
},
"homepage": "https://github.com/lukebrandonfarrell/react-native-awesome-pin#readme",
"dependencies": {
"react-native-material-ripple": "git+https://github.com/lukebrandonfarrell/react-native-material-ripple.git"
},
"peerDependencies": {
"react": "16.2.0",
"react-native": "0.53.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.0",
"semantic-release": "^17.4.3"
}
}