forked from MetaMask/contract-metadata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 928 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@metamask/contract-metadata",
"version": "2.5.0",
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/MetaMask/contract-metadata.git"
},
"keywords": [
"ethereum",
"contract",
"icons"
],
"author": "Dan Finlay <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MetaMask/contract-metadata/issues"
},
"homepage": "https://github.com/MetaMask/contract-metadata#readme",
"files": [
"index.js",
"contract-map.json",
"images"
],
"devDependencies": {
"ethereumjs-util": "^5.1.1",
"tape": "^4.6.3"
}
}