You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
383 B

2 years ago
2 years ago
  1. {
  2. "name": "mint-bot",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@alch/alchemy-web3": "^1.4.1",
  13. "bnc-sdk": "^4.2.0",
  14. "web3": "^1.7.3"
  15. },
  16. "type": "module",
  17. "devDependencies": {
  18. "dotenv": "^16.0.0"
  19. }
  20. }