2022-04-26 17:36:36 -04:00
|
|
|
{
|
|
|
|
|
"name": "mint-bot",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
2022-04-26 18:10:21 -04:00
|
|
|
"@alch/alchemy-web3": "^1.4.1",
|
2022-04-26 17:36:36 -04:00
|
|
|
"bnc-sdk": "^4.2.0",
|
|
|
|
|
"web3": "^1.7.3"
|
|
|
|
|
},
|
2022-04-26 18:10:21 -04:00
|
|
|
"type": "module",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"dotenv": "^16.0.0"
|
|
|
|
|
}
|
2022-04-26 17:36:36 -04:00
|
|
|
}
|