23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"name": "anixart-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.anidev.ru/project/recaptcha/anixart-tg-bot.git"
|
|
},
|
|
"author": "reCAPTCHA",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.1",
|
|
"mongoose": "^6.5.1",
|
|
"node-fetch": "^2.6.7",
|
|
"node-telegram-bot-api": "^0.58.0",
|
|
"nodemon": "^2.0.19"
|
|
}
|
|
}
|