forked from heyxyz/hey
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 813 Bytes
/
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
{
"name": "hey",
"version": "4.1.3",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"biome:check": "biome check .",
"biome:fix": "biome check --write .",
"build": "pnpm --recursive --parallel run build",
"codegen": "pnpm --recursive --parallel run codegen",
"dep:check": "pnpm dlx sherif@latest",
"dep:fix": "pnpm dlx sherif@latest --fix",
"dev": "pnpm --recursive --parallel run dev",
"prepare": "husky install",
"start": "pnpm --recursive --parallel run start",
"test": "pnpm --recursive run test",
"typecheck": "pnpm --recursive --parallel run typecheck"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"husky": "^9.1.6",
"pierre": "^2.1.9"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.x <=22.x"
}
}