-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "react-native-use-permissions",
"version": "0.1.1",
"description": "Hook to keep track of the permission's state.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/aspect-apps/react-native-use-permissions.git"
},
"files": [
"lib/**/*"
],
"keywords": [
"react-native",
"permissions",
"hooks"
],
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/react-native": "^0.63.40",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.1",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-permissions": "3.0.0",
"semantic-release": "^17.4.3",
"typescript": "^4.3.2"
},
"author": "Luke Brandon Farrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspect-apps/react-native-use-permissions/issues"
},
"homepage": "https://github.com/aspect-apps/react-native-use-permissions#readme",
"scripts": {
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
}
}