forked from brave/token-lists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 955 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
{
"name": "token-lists",
"version": "1.1.5",
"description": "Manages custom token lists for Brave Wallet",
"dependencies": {
"@metamask/contract-metadata": "git+https://[email protected]/MetaMask/contract-metadata.git",
"@solana/spl-token-registry": "git+https://[email protected]/brave/solana-token-list.git",
"nodejs-file-downloader": "^4.9.3",
"qyu": "^0.4.7",
"sharp": "^0.30.0",
"svg-resizer": "git+https://[email protected]/brave/svg-resizer.git"
},
"main": "scripts/index.js",
"scripts": {
"start": "node scripts/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"publish-token-package": "npm publish ./build"
},
"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"
}