{
  "name": "telegram-markdown-formatter",
  "version": "0.1.2",
  "description": "ChatGPT Markdown -> Telegram HTML converter (TypeScript)",
  "keywords": [
    "telegram",
    "markdown",
    "html",
    "chatgpt",
    "formatter",
    "typescript"
  ],
  "author": "lykov",
  "homepage": "https://github.com/jumble-ai/ts-chatgpt-tg-formatter#readme",
  "bugs": {
    "url": "https://github.com/jumble-ai/ts-chatgpt-tg-formatter/issues"
  },
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf dist",
    "build": "tsc",
    "prepare": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run clean && npm run build && npm run test"
  },
  "license": "MIT",
  "type": "module",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jumble-ai/ts-chatgpt-tg-formatter.git"
  },
  "bin": {
    "tg-md": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "rimraf": "^6.0.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  }
}
