{
  "name": "@curatedotfun/telegram",
  "version": "0.0.8",
  "description": "Telegram plugin for curatedotfun",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/potlock/curatedotfun-plugins.git",
    "directory": "packages/telegram"
  },
  "keywords": [
    "curatedotfun",
    "telegram",
    "distribute",
    "plugin"
  ],
  "scripts": {
    "build": "rspack build && tsc -p tsconfig.build.json",
    "dev": "rspack serve",
    "lint": "tsc --noEmit",
    "test": "vitest"
  },
  "devDependencies": {
    "@curatedotfun/types": "workspace:*",
    "@curatedotfun/utils": "workspace:*",
    "@rspack/cli": "latest",
    "@types/jest": "^29.5.14",
    "typescript": "^5.0.0",
    "vitest": "^3.0.7"
  },
  "dependencies": {
    "telegramify-markdown": "^1.2.2"
  }
}
