{ "name": "no-twitter-bot", "type": "module", "version": "3.2.0", "private": true, "packageManager": "yarn@4.13.0", "description": "This grammY powered Telegram bot is designed to delete Twitter/X links and reformat services from whitelisted groups. This one is the main bot for the LCM Telegram groups/communities.", "imports": { "#root/*": "./build/src/*" }, "author": "Lucid (Werewolf Kid Creations) ", "license": "MIT", "engines": { "node": ">=20.0.0", "npm": ">=8.0.0" }, "scripts": { "lint": "eslint .", "format": "eslint . --fix", "typecheck": "tsc", "build": "tsc --noEmit false", "dev": "tsc-watch --onSuccess \"tsx ./src/main.ts\"", "start": "tsc && tsx ./src/main.ts", "start:force": "tsx ./src/main.ts", "prepare": "husky || true", "pretty": "prettier --write ." }, "dependencies": { "@grammyjs/auto-chat-action": "0.1.1", "@grammyjs/commands": "1.3.2", "@grammyjs/hydrate": "1.6.0", "@grammyjs/i18n": "1.1.2", "@grammyjs/parse-mode": "1.11.1", "@grammyjs/runner": "2.0.3", "@grammyjs/types": "3.25.0", "@hono/node-server": "1.19.12", "@urql/core": "^6.0.1", "axios": "^1.14.0", "callback-data": "1.1.1", "grammy": "1.41.1", "hono": "4.12.9", "iso-639-1": "3.1.5", "pino": "10.3.1", "pino-pretty": "13.1.3", "tsx": "4.21.0", "valibot": "1.3.1" }, "devDependencies": { "@antfu/eslint-config": "7.7.3", "@eslint/js": "^9.39.4", "@types/node": "^25.5.0", "eslint": "^9.39.4", "husky": "^9.1.7", "lint-staged": "^16.4.0", "prettier": "3.8.1", "tsc-watch": "^7.2.0", "typescript": "^6.0.2", "typescript-eslint": "^8.58.0" }, "lint-staged": { "*.ts": "eslint" } }