TgRouting/clientExample/package.json

17 lines
319 B
JSON

{
"name": "clientexample",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"amqplib": "^0.10.8",
"node-telegram-bot-api": "^0.66.0"
}
}