forked from Abstract-Foundation/agw-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.31 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.31 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
43
{
"private": true,
"scripts": {
"build": "pnpm run --r --filter \"./packages/**\" build",
"test:build": "pnpm run --r --filter \"./packages/**\" test:build",
"lint:check": "biome lint",
"lint:fix": "biome lint --write",
"prettier-format": "biome format --write",
"prettier-check": "biome format",
"prepare": "husky",
"lint": "pnpm run lint:fix && pnpm run prettier-format"
},
"packageManager": "pnpm@9.4.0",
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json,css,scss,md}": ["biome check --write"]
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "2.2.3",
"@changesets/cli": "^2.27.11",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"publint": "^0.2.12",
"tsc-watch": "^6.2.0"
},
"pnpm": {
"overrides": {
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"elliptic@<=6.6.1": ">=6.6.1",
"@coinbase/wallet-sdk@>=4.0 <4.3.0": ">=4.3.0",
"esbuild@<=0.24.2": ">=0.25.0",
"elliptic@<=6.6.0": ">=6.6.1",
"@babel/runtime@<7.26.10": ">=7.26.10",
"base-x@<=3.0.10": ">=3.0.11",
"base-x@=4.0.0": ">=4.0.1",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"image-size@>=1.1.0 <1.2.1": ">=1.2.1",
"elliptic@<6.6.0": ">=6.6.0",
"on-headers@<1.1.0": ">=1.1.0",
"tmp@<=0.2.3": ">=0.2.4"
}
}
}