-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 815 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 815 Bytes
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
{
"license": "MIT",
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"run:listener": "ts-node websocket/listener.ts",
"run:simulation": "ts-node websocket/simulation.ts"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"jest": "^29.7.0",
"node": "^18.20.3",
"prettier": "^2.6.2",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"typescript": "^4.3.5"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}