{ "name": "hommabot2", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "nodemon --exec 'ts-node' src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@tinyhttp/app": "1.2.23", "@tinyhttp/logger": "1.2.4", "dotenv": "8.2.0", "slonik": "23.6.3", "telegraf": "4.3.0", "ts-node": "9.1.1" }, "devDependencies": { "@types/node": "14.14.41", "@typescript-eslint/eslint-plugin": "4.22.0", "@typescript-eslint/parser": "4.22.0", "eslint": "7.24.0", "nodemon": "2.0.7" } }