-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.49 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": "@voltage-finance/swap-default-token-list",
"version": "3.32.0",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-swap-default.tokenlist.json",
"scripts": {
"test": "mocha",
"build": "rimraf build && mkdir -p build && node src/write.js > build/voltage-swap-default.tokenlist.json",
"prepublishOnly": "npm test && npm run build",
"analyze": "node scripts/analyze.js",
"notify:telegram": "node scripts/notify-telegram.js"
},
"files": [
"build/voltage-swap-default.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/voltfinance/swap-default-token-list.git"
},
"keywords": [
"fuse",
"voltage",
"default",
"token",
"list"
],
"author": "voltfinance",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/voltfinance/swap-default-token-list/issues"
},
"homepage": "https://github.com/voltfinance/swap-default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@fuseio/token-lists": "^1.1.0",
"@uniswap/token-lists": "1.0.0-beta.18",
"@voltage-finance/v3-periphery": "^1.0.2",
"@voltage-finance/v3-sdk": "^1.0.10",
"ajv": "^6.12.3",
"axios": "^1.7.3",
"chai": "^4.2.0",
"ethers": "^6.13.1",
"graphql": "^15.9.0",
"graphql-request": "^3.7.0",
"mocha": "^8.0.1",
"mustache": "^4.2.0",
"node-fetch": "^2.7.0",
"rimraf": "^3.0.2",
"web3-utils": "^1.3.0"
}
}