Skip to content

Commit

Permalink
Clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamazad committed May 2, 2021
1 parent de79c1e commit 01b0edf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
"main": "dist/index.js",
"dependencies": {
"@ethersproject/providers": "^5.1.2",
"@typechain/ethers-v5": "^6.0.5",
"axios": "^0.21.1",
"ethers": "^5.1.0",
"ethers": "^5.1.0"
},
"devDependencies": {
"@typechain/ethers-v5": "^6.0.5",
"@types/graphql": "^14.5.0",
"apollo": "^2.32.8",
"dayjs": "^1.10.4",
"nodemon": "^2.0.7",
"typechain": "^4.0.3",
"typescript": "^4.2.4"
},
"devDependencies": {},
"scripts": {
"typechain": "typechain --target ethers-v5 --outDir src/contracts abis/*.json",
"build-abis": "build-abis.sh",
Expand Down

0 comments on commit 01b0edf

Please sign in to comment.