-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.7 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "boost-protocol",
"private": true,
"type": "module",
"repository": "https://github.com/boostxyz/boost-protocol",
"author": "Boost Team<[email protected]>",
"license": "GPL-3.0-or-later",
"packageManager": "[email protected]",
"engines": {
"pnpm": "9.4.0"
},
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"changeset:release": "turbo run build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"publish-packages": "pnpm changeset publish",
"dev": "turbo dev",
"lint": "turbo lint",
"lint:ci": "turbo lint:ci",
"prepare": "lefthook install",
"postinstall": "git submodule update --init",
"test": "turbo run test",
"test:ci": "turbo run test:ci"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@boostxyz/cli": "workspace:*",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-viem": "2.0.4",
"@types/node": "^20.16.10",
"@vitest/coverage-v8": "^2.1.1",
"@wagmi/core": "2.13.8",
"abitype": "^1.0.6",
"arg": "^5.0.2",
"danger": "^12.3.3",
"dotenv": "16.4.5",
"find-process": "^1.4.7",
"hardhat": "^2.22.12",
"lefthook": "^1.7.18",
"prettier": "^3.3.3",
"solady": "^0.0.208",
"turbo": "^2.1.3",
"typedoc": "^0.26.7",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.6.2",
"viem": "2.21.16",
"vite": "^5.4.8",
"vitest": "^2.1.1",
"zod": "3.23.8"
}
}