Skip to content

Instantly share code, notes, and snippets.

@erin-koen
Last active August 11, 2020 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save erin-koen/b5d13e8053cea316060750e326876f4e to your computer and use it in GitHub Desktop.
Save erin-koen/b5d13e8053cea316060750e326876f4e to your computer and use it in GitHub Desktop.
The Melon Bot's package.json
{
...
"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