{ "name": "tami-events", "version": "1.0.0", "description": "", "main": "/src/index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon index.ts --watch", "start": "tsc && pm2 start --name events dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/node": "^18.15.13", "dotenv": "^16.0.3", "express": "^4.18.2", "node-telegram-bot-api": "^0.61.0", "nodemon": "^2.0.22", "pm2": "^5.3.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" }, "devDependencies": { "@types/node-telegram-bot-api": "^0.61.6" } }