forked from GHesericsu/jet-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.17 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
{
"name": "jet-anchor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jet-lab/jet-anchor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jet-lab/jet-anchor/issues"
},
"homepage": "https://github.com/jet-lab/jet-anchor#readme",
"dependencies": {
"@iarna/toml": "^2.2.5",
"@jet-lab/jet-client": "file:libraries/ts",
"@project-serum/anchor": "^0.13.0",
"@project-serum/serum": "^0.13.33",
"@pythnetwork/client": "^2.0.0",
"@solana/spl-token": "^0.1.3",
"@solana/web3.js": "^1.20.0",
"@types/mocha": "^8.2.2",
"@types/yargs": "^17.0.2",
"binance-api-node": "^0.0.0",
"mocha": "^8.3.2",
"toml": "^3.0.0",
"ts-mocha": "^8.0.0",
"yargs": "^17.1.1"
},
"prettier": {},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/chai-as-promised": "^7.1.4",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.3.5"
}
}