Last active
August 11, 2020 03:02
-
-
Save erin-koen/b5d13e8053cea316060750e326876f4e to your computer and use it in GitHub Desktop.
The Melon Bot's package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"scripts": { | |
"dev": "cross-env NODE_ENV=development ts-node --require dotenv-extended/config --transpile-only src" | |
}, | |
"dependencies": { | |
"@melonproject/melonjs": "^1.0.1", | |
"axios": "^0.19.2", | |
"bignumber.js": "^9.0.0", | |
"web3-core": "^2.0.0-alpha.1", | |
"web3-eth": "^2.0.0-alpha.1", | |
"web3-providers": "^2.0.0-alpha.1", | |
"web3-utils": "^2.0.0-alpha.1" | |
}, | |
"devDependencies": { | |
"@types/node": "^13.13.4", | |
"cross-env": "^7.0.2", | |
"dotenv-extended": "^2.8.0", | |
"ts-node": "^8.9.0", | |
"typescript": "^3.8.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment