forked from 0xLighthouse/ens-node-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"private": true,
"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": "biome format --write .",
"abis": "wagmi generate"
},
"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.5.5"
},
"name": "signals",
"packageManager": "pnpm@10.29.3",
"pnpm": {
"overrides": {
"csstype": "3.1.3",
"@types/react": "18.3.23",
"@types/react-dom": "18.3.7",
"@inkjs/ui>react": "19.2.4"
},
"peerDependencyRules": {
"allowedVersions": {
"pastel>react": "19",
"vocs>react": "18",
"vocs>react-dom": "18"
}
},
"patchedDependencies": {
"pastel@3.0.0": "patches/pastel@3.0.0.patch"
}
}
}