123456789101112131415161718 |
- {
- "name": "tg_bot",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "volta": {
- "node": "22.12.0"
- },
- "dependencies": {
- "node-telegram-bot-api": "^0.66.0"
- }
- }
|