-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "wharfkit-js",
"private": true,
"version": "4.0.0-rc7",
"workspaces": {
"packages": [
"packages/*"
],
"catalog": {
"@greymass/buoy": "^1.0.3",
"bn.js": "^5.2.5",
"isomorphic-ws": "^5.0.0",
"pako": "^3.0.1",
"tslib": "^2.8.1",
"ws": "^8.13.0"
}
},
"devDependencies": {
"@types/bn.js": "^5.2.0",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.20.1",
"@types/semver": "^7.5.8",
"assert": "^2.0.0",
"chai": "^6.2.2",
"crypto-js": "^4.1.1",
"gh-pages": "^6.3.0",
"jsdom": "^26.0.0",
"mocha": "^11.8.0",
"nyc": "^18.0.0",
"oxfmt": "^0.65.0",
"oxlint": "^1.80.0",
"rolldown": "1.2.6",
"rolldown-plugin-dts": "0.28.4",
"semver": "^7.6.0",
"sinon": "^17.0.0",
"tslib": "^2.8.1",
"tsx": "^4.19.0",
"typedoc": "^0.28.20",
"typedoc-plugin-mermaid": "^1.10.0",
"typescript": "^5.9.3"
},
"overrides": {
"@wharfkit/antelope": "workspace:*",
"@wharfkit/signing-request": "workspace:*"
},
"patchedDependencies": {
"scatter-ts@0.1.9": "patches/scatter-ts@0.1.9.patch"
}
}