-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "convergence-program-library",
"license": "MIT",
"private": true,
"devDependencies": {
"@hxronetwork/dexterity-ts": "^1.6.8",
"@coral-xyz/anchor": "0.28.0",
"@mithraic-labs/psy-american": "^0.2.3",
"@mithraic-labs/tokenized-euros": "^0.2.3",
"@solana/spl-token": "^0.3.8",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^20.4.2",
"bignumber.js": "^9.1.0",
"chai": "^4.3.6",
"chai-bn": "^0.3.1",
"dotenv": "^14.3.2",
"mocha": "^9.2.1",
"prettier": "^2.7.1",
"rimraf": "^4.1.2",
"toml": "^3.0.0",
"ts-mocha": "^9.0.2",
"ts-node": "^10.4.0",
"typedoc": "^0.22.15",
"typescript": "^4.3.5"
},
"workspaces": [
"rfq/js",
"risk-engine/js",
"spot-instrument/js",
"psyoptions-european-instrument/js",
"psyoptions-american-instrument/js"
],
"scripts": {
"lint:check": "prettier --config .prettierrc '**/*.ts' --check",
"lint:format": "prettier --config .prettierrc '**/*.ts' --write"
},
"version": "0.0.0"
}