forked from ethereum-optimism/ethereum-optimism.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 915 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
{
"name": "@eth-optimism/tokenlist",
"description": "[Optimism] token list",
"version": "4.3.0",
"main": "index.js",
"homepage": "https://github.com/ethereum-optimism/tokenlist#readme",
"license": "MIT",
"author": "Optimism",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-optimism/tokenlist.git"
},
"scripts": {
"validate": "node ./bin/cli.js validate",
"generate": "node ./bin/cli.js generate",
"test": "jest --detectOpenHandles"
},
"dependencies": {
"@actions/core": "^1.4.0",
"@eth-optimism/contracts": "^0.5.7",
"ethers": "^5.4.1"
},
"devDependencies": {
"@eth-optimism/core-utils": "^0.9.3",
"@uniswap/token-lists": "^1.0.0-beta.30",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"commander": "^9.4.0",
"glob": "^8.0.3",
"jest": "^28.1.3",
"jsonschema": "^1.4.1",
"node-fetch": "2.6.7"
}
}