-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 787 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
27
28
29
30
31
32
33
34
{
"name": "xtrader-sdk",
"version": "0.0.4-dev",
"description": "Javascript SDK for the xTrader Protocol",
"main": "xtrader-sdk.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolDapper/xtrader-sdk.git"
},
"keywords": [
"solana",
"trustless",
"otc"
],
"author": "@SolDapper",
"license": "MIT",
"bugs": {
"url": "https://github.com/SolDapper/xtrader-sdk/issues"
},
"homepage": "https://www.xtrader.me",
"dependencies": {
"@bonfida/spl-name-service": "^3.0.12",
"@solana/spl-memo": "^0.2.5",
"@solana/spl-token": "^0.3.11",
"@solana/web3.js": "^1.89.0",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"buffer-layout": "^1.2.2"
}
}