forked from Swaylend/swaylend-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.22 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.22 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
44
45
46
47
48
49
50
51
52
53
{
"name": "@swaylend/swaylend-monorepo",
"private": true,
"license": "MIT",
"scripts": {
"lint": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"ultracite": "5.2.5"
},
"engines": {
"node": ">=22.18.0"
},
"packageManager": "pnpm@10.15.0",
"volta": {
"node": "22.18.0",
"pnpm": "10.15.0"
},
"pnpm": {
"overrides": {
"fuels": "0.101.3",
"@fuel-ts/contract": "0.101.3",
"@fuel-ts/account": "0.101.3",
"@fuel-ts/abi-coder": "0.101.3",
"@fuel-ts/address": "0.101.3",
"@fuel-ts/crypto": "0.101.3",
"@fuel-ts/errors": "0.101.3",
"@fuel-ts/hasher": "0.101.3",
"@fuel-ts/interfaces": "0.101.3",
"@fuel-ts/math": "0.101.3",
"@fuel-ts/transactions": "0.101.3",
"@fuel-ts/utils": "0.101.3",
"@fuel-ts/versions": "0.101.3",
"@fuel-ts/program": "0.101.3"
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"bigint-buffer",
"bufferutil",
"core-js",
"esbuild",
"keccak",
"protobufjs",
"rescript",
"secp256k1",
"sharp",
"utf-8-validate"
]
}
}