-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1022 Bytes
/
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
{
"name": "@getsafle/1inch-controller",
"version": "1.2.2",
"description": "1inch controller for safle token swaps",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getsafle/1inch-controller.git"
},
"author": "getsafle",
"contributors": [
{
"name": "Shubham",
"email": "[email protected]"
},
{
"name": "Apoorv",
"email": "[email protected]"
},
{
"name": "Arjun",
"email": "[email protected]"
},
{
"name": "Suraj",
"email": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/getsafle/1inch-controller/issues"
},
"homepage": "https://github.com/getsafle/1inch-controller#readme",
"dependencies": {
"@getsafle/safle-token-lists": "^1.0.5",
"axios": "^0.25.0",
"ethers": "^5.6.8",
"web3": "^1.8.1",
"web3-utils": "^1.7.3"
}
}