-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.86 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "fuel-bridge",
"version": "0.0.0",
"private": true,
"description": "Fuel Bridge",
"scripts": {
"check": "sh ./scripts/check.sh",
"changeset": "changeset",
"changeset:check": "changeset status --since=origin/main",
"changeset:next": "tsx ./scripts/changeset-next",
"changeset:release": "changeset publish --no-git-tag",
"changeset:version": "changeset version",
"build": "sh ./scripts/build.sh",
"format": "sh ./scripts/format.sh",
"test": "sh ./scripts/test.sh",
"test:integration": "DEBUG=true pnpm --filter @fuel-bridge/integration-tests test",
"test:integration:fork": "DEBUG=true pnpm --filter @fuel-bridge/integration-tests test-fork",
"lint:check": "eslint . --ext .ts,.js",
"lint:fix": "pnpm lint:check --fix",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write ."
},
"keywords": [],
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"license": "APACHE-2.0",
"dependencies": {
"@fuels/changeset": "0.0.10",
"@fuels/eslint-plugin": "0.20.0",
"@fuels/prettier-config": "0.0.10",
"@fuels/ts-config": "0.0.10",
"eslint": "^8.49.0",
"fuels": "0.96.1",
"prettier": "^2.7.1",
"tsup": "^8.3.0",
"tsx": "^3.12.7",
"turbo": "^1.10.7"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@fuel-ts/forc": "0.73.0"
},
"pnpm": {
"overrides": {
"braces": ">=3.0.3",
"ws@<7.5.10": "7.5.10",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"micromatch@<4.0.8": ">=4.0.8",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"body-parser@<1.20.3": ">=1.20.3",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"secp256k1@>=4.0.0 <4.0.4": ">=4.0.4",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"undici@>=6.0.0 <6.21.1": ">=6.21.1",
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
"path-to-regexp@<0.1.10": ">=0.1.10",
"esbuild@<=0.24.2": ">=0.25.0",
"elliptic@<=6.6.0": ">=6.6.1",
"axios@>=1.0.0 <1.8.2": ">=1.8.2",
"cookie@<0.7.0": ">=0.7.0",
"@babel/runtime@<7.26.10": ">=7.26.10",
"base-x@<=3.0.10": ">=3.0.11",
"undici@>=6.0.0 <6.21.2": ">=6.21.2",
"undici@<5.29.0": ">=5.29.0",
"cross-spawn@<6.0.6": ">=6.0.6",
"tar-fs@>=2.0.0 <2.1.2": ">=2.1.2",
"path-to-regexp@<0.1.12": ">=0.1.12",
"serialize-javascript@>=6.0.0 <6.0.2": ">=6.0.2",
"pbkdf2@<=3.1.2": ">=3.1.3",
"pbkdf2@>=3.0.10 <=3.1.2": ">=3.1.3",
"elliptic@<6.6.0": ">=6.6.0",
"form-data": "4.0.4",
"tmp@<=0.2.3": ">=0.2.4",
"tar-fs@>=3.0.0 <3.0.9": ">=3.0.9",
"tar-fs@>=2.0.0 <2.1.3": ">=2.1.3"
}
}
}