-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.57 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
52
{
"name": "token-lists",
"version": "1.21.54",
"description": "Manages custom token lists for Brave Wallet",
"dependencies": {
"@metamask/contract-metadata": "git+https://[email protected]/MetaMask/contract-metadata.git",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.4",
"ethers": "^6.13.4",
"follow-redirects": "^1.15.6",
"mime-types": "^2.1.35",
"node-fetch": "2",
"qyu": "^0.7.0",
"sharp": "^0.32.6",
"svg-resizer": "git+https://[email protected]/brave/svg-resizer.git",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/node-fetch": "^2.6.11",
"imagemin": "^8.0.1",
"imagemin-pngquant": "github:brave/imagemin-pngquant#fd51901",
"ts-node": "^10.9.2"
},
"resolutions": {
"semver-regex": ">=4.0.5",
"uuid": ">=8.3.2",
"got": ">=11.8.5",
"bin-build": "github:brave/bin-build#fb92d12",
"bin-wrapper": "github:brave/bin-wrapper#4bc5c9e",
"download": "github:brave/download#c9c2589",
"axios": ">=1.6.0"
},
"main": "index.js",
"scripts": {
"start": "node scripts/index.js",
"test": "node test/util.test.cjs",
"preinstall": "./isDocker.sh",
"publish-token-package": "npm publish ./build",
"generate-coingecko-universe": "ts-node scripts/coingecko-universe.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/token-lists.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/token-lists/issues"
},
"homepage": "https://github.com/brave/token-lists#readme"
}