-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 858 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 858 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
35
36
{
"name": "ethena_sats_adapters",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aptos-labs/ts-sdk": "^1.33.1",
"@babel/core": "^7.26.10",
"@babel/runtime": "^7.26.10",
"@kamino-finance/klend-sdk": "^3.2.7",
"@solana/web3.js": "^1.95.2",
"axios": "^1.12.0",
"base-x": "^3.0.11",
"brace-expansion": "^1.1.12",
"dotenv": "^16.4.5",
"form-data": "^4.0.4",
"js-yaml": "^3.14.2"
},
"pnpm": {
"overrides": {
"bigint-buffer": "npm:bigint-buffer-fixed@^1.1.5",
"tar": ">=7.5.8",
"minimatch": ">=3.1.4",
"axios": ">=1.13.5",
"lodash": ">=4.17.23",
"bn.js": ">=5.2.3",
"base-x": "^5.0.1"
}
}
}