{ "name": "sd-tg-bot", "version": "0.1.0", "description": "Stable Diffusion telegram bot", "type": "module", "imports": { "#root/*": "./build/src/*" }, "scripts": { "postinstall": "patch-package", "clean": "rimraf build", "typecheck": "tsc", "build": "npm run clean && tsc --noEmit false", "dev": "npm run clean && tsc-watch --onSuccess \"tsx index.ts\"", "start": "tsc && tsx index.ts", "start:force": "tsx index.ts" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@grammyjs/auto-chat-action": "^0.1.1", "@grammyjs/hydrate": "^1.3.1", "@grammyjs/parse-mode": "^1.7.1", "dotenv": "^16.3.1", "grammy": "^1.18.1", "node-graceful-shutdown": "^1.1.5", "patch-package": "^8.0.0", "pino": "^8.15.1", "pino-pretty": "^10.2.0", "sharp": "^0.32.5", "stable-diffusion-api": "^0.0.7", "zod": "^3.22.2" }, "devDependencies": { "@types/node": "^20.5.9", "rimraf": "^5.0.1", "tsc-watch": "^6.0.4", "typescript": "^5.2.2" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" } }