forked from ethereum-optimism/ethereum-optimism.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 807 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
{
"name": "@eth-optimism/tokenlist",
"version": "1.0.1",
"description": "Optimism Token List",
"main": "index.js",
"dependencies": {
"@actions/core": "^1.4.0",
"@changesets/cli": "^2.16.0",
"@eth-optimism/contracts": "^0.5.7",
"add": "^2.0.6",
"dotenv": "^10.0.0",
"ethers": "^5.4.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"yarn": "^1.22.10"
},
"devDependencies": {},
"scripts": {
"validate": "ts-node src/validate.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-optimism/tokenlist.git"
},
"author": "ethereum-optimism",
"license": "ISC",
"bugs": {
"url": "https://github.com/ethereum-optimism/tokenlist/issues"
},
"homepage": "https://github.com/ethereum-optimism/tokenlist#readme"
}