-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.28 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.28 KB
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
{
"private": true,
"version": "0.0.1",
"scripts": {
"generate": "scripts/generate-fonts.sh",
"clean": "nx run-many -t clean",
"prepare": "nx run-many -t prepare",
"test": "nx run-many -t test",
"lint:biome": "biome check .",
"lint:knip": "knip",
"lint:types": "bash -c 'for i in packages/*; do if [ -f $i/tsconfig.json ]; then tsc --noEmit -p $i/tsconfig.json; fi; done'",
"lint": "pnpm run '/^lint:.*/'",
"release": "nx release"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@expo/config-plugins": "^8.0.11",
"@commitlint/config-conventional": "^20.5.0",
"@evilmartians/lefthook": "^2.1.4",
"@nx/js": "^22.6.4",
"@types/node": "^24.12.0",
"commitlint": "^20.5.0",
"generator-react-native-vector-icons": "workspace:*",
"knip": "^6.2.0",
"nx": "^22.6.4",
"typescript": "^5.9.3",
"yo": "^7.0.0"
},
"engines": {
"node": ">= 22.0.0"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": {
"url": "https://github.com/oblador/react-native-vector-icons",
"type": "git"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}