forked from solendprotocol/solend-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.92 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
{
"name": "@blade-labs/solend-sdk",
"version": "0.6.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"docs": "typedoc",
"prepublish": "npm run build",
"build": "rm -rf dist/; tsc",
"test": "jest",
"watch": "tsc --watch",
"coverage": "jest --coverage",
"lint": "prettier --write .; prettier --check .;eslint ."
},
"dependencies": {
"@switchboard-xyz/sbv2-lite": "^0.1.6",
"@marinade.finance/marinade-ts-sdk": "^3.1.1",
"@mithraic-labs/psy-american": "^0.2.1",
"@project-serum/anchor": "^0.24.2",
"@pythnetwork/client": "^2.5.1",
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.66.2",
"@solflare-wallet/utl-sdk": "^1.4.0",
"@types/bn.js": "^5.1.1",
"axios": "^0.24.0",
"bignumber.js": "^9.0.2",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"buffer": "^6.0.3",
"buffer-layout": "^1.2.0",
"hot-shots": "^9.3.0",
"isomorphic-fetch": "^3.0.0",
"jsbi": "^4.3.0"
},
"devDependencies": {
"@jup-ag/core": "^2.0.0-beta.3",
"@orca-so/sdk": "^1.2.25",
"@types/bs58": "^4.0.1",
"@types/jest": "^29.2.3",
"@types/node": "^18.14.2",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"jest": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.5.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typedoc": "^0.24.0-beta.2",
"typedoc-plugin-cname": "^1.0.1",
"typescript": "^4.5.2",
"typescript-eslint": "^0.0.1-alpha.0"
},
"publishConfig": {
"registry": "https://npm.blade.so"
}
}