-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 876 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
{
"private": true,
"engines": {
"node": ">=25.0.0"
},
"scripts": {
"build": "turbo run build",
"build:interface": "turbo run build --filter=interface",
"interface": "turbo run dev --filter=interface",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"abis": "wagmi generate",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@turbo/gen": "^2.1.3",
"@wagmi/cli": "^2.2.0",
"husky": "^9.1.6",
"turbo": "^2.4.4"
},
"name": "signals",
"packageManager": "pnpm@10.30.3",
"pnpm": {
"overrides": {
"@types/react": "^18.3.26",
"@types/react-dom": "^18.3.0"
}
},
"dependencies": {
"@openzeppelin/merkle-tree": "^1.0.5"
}
}