-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.23 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
{
"name": "@voltage-finance/bridge-default-token-list",
"version": "2.1.1",
"description": "◦ The voltage.finance default token list",
"main": "build/voltage-bridge-default.tokenlist.json",
"scripts": {
"test": "mocha --timeout 10000",
"build": "rimraf build && mkdir -p build && node src/write.js > build/voltage-bridge-default.tokenlist.json",
"prepublishOnly": "npm test && npm run build"
},
"files": [
"build/voltage-bridge-default.tokenlist.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/voltfinance/bridge-default-token-list.git"
},
"keywords": [
"voltage",
"default",
"token",
"list"
],
"author": "voltfinance",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/voltfinance/bridge-default-token-list/issues"
},
"homepage": "https://github.com/voltfinance/bridge-default-token-list#readme",
"devDependencies": {
"@ethersproject/address": "^5.0.2",
"@fuseio/fuse-swap-default-token-list": "^2.0.1",
"@fuseio/token-lists": "^1.1.0",
"ajv": "^6.12.3",
"chai": "^4.2.0",
"graphql": "^15.3.0",
"graphql-request": "^3.1.0",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"web3-utils": "^1.3.0"
}
}