-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "@vokhuyet/native-hooks",
"version": "0.0.4",
"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}\""
},
"peerDependencies": {
"react": ">=18.2.0",
"react-native": ">=0.70"
},
"devDependencies": {
"@react-native-community/eslint-config": "1.1.0",
"@testing-library/react-hooks": "3.2.1",
"@testing-library/react-native": "5.0.3",
"@types/jest": "25.2.3",
"@types/react": "18.2.65",
"@types/react-native": "0.73.0",
"eslint": "7.3.1",
"eslint-plugin-prettier": "3.1.4",
"jest": "26.0.1",
"prettier": "2.1.2",
"react": "18.2.0",
"react-native": "0.73.0",
"react-test-renderer": "16.13.1",
"ts-jest": "25.5.1",
"typescript": "5.4.2"
},
"author": "vokhuyetOz",
"repository": {
"type": "git",
"url": "https://github.com/vokhuyetOz/native-hooks.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"files": [
"lib"
]
}