-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "@swaylend/swaylend-monorepo",
"private": true,
"license": "MIT",
"scripts": {
"lint": "biome check .",
"lint:fix": "biome check --write ."
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@graphql-typed-document-node/core": "^3.2.0",
"graphql": "^16.9.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.17.0"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.11.0"
},
"pnpm": {
"overrides": {
"fuels": "0.96.1",
"@fuel-ts/contract": "0.96.1",
"@fuel-ts/account": "0.96.1",
"@fuel-ts/abi-coder": "0.96.1",
"@fuel-ts/address": "0.96.1",
"@fuel-ts/crypto": "0.96.1",
"@fuel-ts/errors": "0.96.1",
"@fuel-ts/hasher": "0.96.1",
"@fuel-ts/interfaces": "0.96.1",
"@fuel-ts/math": "0.96.1",
"@fuel-ts/transactions": "0.96.1",
"@fuel-ts/utils": "0.96.1",
"@fuel-ts/versions": "0.96.1",
"@fuel-ts/program": "0.96.1"
}
}
}