-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "@react-native-community/hooks",
"version": "2.8.1",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "yarn build",
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"eslint-fix": "eslint src/**/*.ts --fix",
"prettier-fix": "prettier --write \"**/*.{ts,tsx}\"",
"release": "auto shipit",
"release-canary": "auto canary"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59"
},
"devDependencies": {
"@auto-it/all-contributors": "9.28.3",
"@auto-it/first-time-contributor": "9.28.3",
"@react-native-community/eslint-config": "1.1.0",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/react-native": "8.0.0",
"@types/jest": "27.0.3",
"@types/react": "16.14.21",
"@types/react-native": "0.64.19",
"all-contributors-cli": "6.20.0",
"auto": "9.26.8",
"eslint": "7.3.1",
"eslint-plugin-prettier": "3.4.1",
"jest": "27.3.1",
"prettier": "2.4.1",
"react": "16.13.1",
"react-native": "0.62.3",
"react-test-renderer": "16.13.1",
"ts-jest": "27.0.7",
"typescript": "3.9.10"
},
"author": "Nader Dabit",
"repository": {
"type": "git",
"url": "git://github.com/react-native-community/hooks.git"
},
"license": "ISC",
"files": [
"lib",
"!*.test.*"
]
}