File tree 1 file changed +19
-5
lines changed
1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @qidao/sdk" ,
3
3
"license" : " MIT" ,
4
- "version" : " 5.3.27-3 " ,
4
+ "version" : " 5.3.28 " ,
5
5
"description" : " 🛠 An SDK for building applications on top of QiDao Protocol." ,
6
6
"main" : " ./dist/index.js" ,
7
7
"umd:main" : " dist/index.umd.js" ,
17
17
"files" : [
18
18
" dist"
19
19
],
20
- "repository" : " https://github.com/royalaid/sushiswap-sdk" ,
20
+ "repository" : {
21
+ "type" : " git" ,
22
+ "url" : " git+https://github.com/royalaid/sushiswap-sdk.git"
23
+ },
21
24
"keywords" : [],
22
25
"scripts" : {
23
26
"checkTokens" : " node src/scripts/validateCoinGeckoFallbackTokens.mjs" ,
27
30
"start" : " microbundle watch"
28
31
},
29
32
"dependencies" : {
33
+ "@types/node" : " ^22.12.0" ,
30
34
"big.js" : " 5.2.2" ,
31
35
"decimal.js-light" : " 2.5.1" ,
32
36
"jsbi" : " 3.2.5" ,
33
37
"lodash" : " ^4.17.21" ,
34
38
"tiny-invariant" : " 1.2.0" ,
35
39
"tiny-warning" : " 1.0.3" ,
36
- "toformat" : " 2.0.0"
40
+ "toformat" : " 2.0.0" ,
41
+ "ts-node" : " ^10.9.2"
37
42
},
38
43
"peerDependencies" : {
39
44
"@ethersproject/address" : " 5.7.0" ,
53
58
"@types/big.js" : " 4.0.5" ,
54
59
"@types/jest" : " 28.1.6" ,
55
60
"@types/lodash" : " ^4.14.185" ,
61
+ "bun-types" : " ^1.2.1" ,
56
62
"ethers" : " 5.7.0" ,
57
63
"isomorphic-fetch" : " ^3.0.0" ,
58
64
"microbundle" : " ^0.15.1" ,
59
65
"p-queue" : " ^7.3.0" ,
60
66
"typechain" : " 8.1.0" ,
61
- "typescript" : " ^5.1.6 "
67
+ "typescript" : " ^5.7.3 "
62
68
},
63
69
"engines" : {
64
70
"node" : " >= 16"
67
73
"printWidth" : 120 ,
68
74
"semi" : false ,
69
75
"singleQuote" : true
70
- }
76
+ },
77
+ "bugs" : {
78
+ "url" : " https://github.com/royalaid/sushiswap-sdk/issues"
79
+ },
80
+ "homepage" : " https://github.com/royalaid/sushiswap-sdk#readme" ,
81
+ "directories" : {
82
+ "test" : " test"
83
+ },
84
+ "author" : " "
71
85
}
You can’t perform that action at this time.
0 commit comments