20 lines
410 B
JSON
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"
|
|
}
|
|
}
|