-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana/spl-token": "^0.4.1",
"chalk": "4.1.2",
"esm": "^3.2.25",
"jest-snapshot": "^29.0.0",
"rlp": "^3.0.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"chai": "^4.3.0",
"mocha": "^10.8.2",
"prettier": "^3.3.2",
"ts-mocha": "^10.0.0",
"typescript": "^5.6.3"
},
"license": "MIT",
"resolutions": {
"ts-node": "10.9.2",
"@types/node": "12.20.55",
"@solana/web3.js": "1.94.0",
"camelcase": "6.3.0",
"eventemitter3": "4.0.7",
"superstruct": "0.15.5",
"@noble/curves": "1.4.0",
"ms": "2.1.3",
"@types/ws": "7.4.7",
"commander": "2.20.3",
"ws": "7.5.10",
"@solana/codecs": "2.0.0-preview.4",
"@solana/codecs-core": "2.0.0-preview.4",
"@solana/codecs-data-structures": "2.0.0-preview.4",
"@solana/codecs-numbers": "2.0.0-preview.4",
"@solana/codecs-strings": "2.0.0-preview.4",
"@solana/options": "2.0.0-preview.4",
"@solana/errors": "2.0.0-preview.4",
"diff": "4.0.2",
"yn": "3.1.1",
"@jridgewell/trace-mapping": "0.3.9",
"ansi-styles": "5.2.0",
"supports-color": "7.2.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"has-flag": "4.0.0",
"escape-string-regexp": "2.0.0",
"glob": "7.2.3",
"istanbul-lib-instrument": "6.0.3",
"minimatch": "3.1.2",
"brace-expansion": "1.1.11",
"semver": "7.6.2",
"debug": "4.3.5",
"json5": "2.2.3",
"find-up": "4.1.0",
"js-yaml": "3.14.1",
"locate-path": "5.0.0",
"p-locate": "4.1.0",
"p-limit": "3.1.0",
"argparse": "1.0.10",
"source-map-support": "0.5.13",
"strip-bom": "4.0.0",
"yargs": "17.7.2",
"cliui": "8.0.1",
"yargs-parser": "21.1.1",
"chalk": "4.1.2"
}
}