-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 930 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": "assets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"generate": "ts-node scripts/generate-tokenlist.ts",
"merge": "ts-node scripts/merge-tokenlists.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1"
},
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.5.0",
"@ethersproject/contracts": "^5.5.0",
"@ethersproject/providers": "^5.5.3",
"@ethersproject/strings": "^5.5.0",
"@fleekhq/fleek-storage-js": "^1.0.17",
"@uniswap/token-lists": "^1.0.0-beta.24",
"axios": "^0.20.0",
"dotenv": "^8.2.0",
"ts-node": "^10.0.0",
"typescript": "^4.4.0"
}
}