-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 loc) · 1.12 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
{
"name": "swap.io-networks",
"version": "0.1.0",
"description": "The repo contains the network definitions and metadata for the different cryptocurrencies, tokens and their networks.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"updateTokens": "ts-node ./scripts/entrypoint/updateTokens",
"syncExternalTokens": "ts-node ./scripts/entrypoint/syncUniqExternalTokensLists",
"updateNetworks": "ts-node ./scripts/entrypoint/updateNetworks",
"generateAssetGroups": "ts-node ./scripts/entrypoint/generateAssetGroups"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swaponline/swap.io-networks.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swaponline/swap.io-networks/issues"
},
"homepage": "https://github.com/swaponline/swap.io-networks#readme",
"devDependencies": {
"@types/node": "^16.4.12",
"bignumber.js": "^9.0.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"dependencies": {
"axios": "^0.21.1",
"ethereumjs-util": "^7.1.3",
"jsondiffpatch": "^0.4.1"
}
}