-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 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
{
"name": "@rabby-wallet/rabby-swap",
"version": "0.0.46",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "rimraf dist && tsc",
"preversion": "npm run build",
"prepublishOnly": "npm test && npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RabbyHub/rabby-swap.git"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"axios": "^0.27.2",
"bignumber.js": "^9.1.1",
"web3-eth-abi": "^1.8.1"
},
"devDependencies": {
"@debank/common": "^0.3.60",
"@babel/preset-env": "^7.19.1",
"@rabby-wallet/rabby-api": "^0.7.28",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"axios-mock-adapter": "^1.21.2",
"babel-jest": "^29.0.3",
"jest": "^29.0.3",
"jest-mock-axios": "^4.7.0-beta",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"peerDependencies": {
"@debank/common": ">=0.3.60",
"@rabby-wallet/rabby-api": ">=0.6.28"
},
"author": "vvvvvv1vvvvvv",
"license": "ISC",
"bugs": {
"url": "https://github.com/RabbyHub/rabby-swap/issues"
},
"homepage": "https://github.com/RabbyHub/rabby-swap#readme",
"packageManager": "[email protected]"
}