This repository has been archived on 2024-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
exchange-bot/package.json
2022-03-26 22:37:58 +03:00

17 lines
275 B
JSON

{
"name": "exchange-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"hilsu-api": "^1.4.2",
"telegraf": "^3.39.0"
}
}