ToxDetector/package.json
2024-11-09 01:33:41 +03:00

20 lines
410 B
JSON

{
"name": "toxdetector",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.rockzo.ru/Rockzo_Develop/ToxDetector.git"
},
"private": true,
"dependencies": {
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"node-telegram-bot-api": "^0.66.0"
}
}