{
  "main": "./script/mod.js",
  "types": "./types/mod.d.ts",
  "name": "@telegraf/entity",
  "version": "0.6.0",
  "description": "Convert Telegram entities to HTML or Markdown",
  "keywords": [
    "Telegram",
    "entities",
    "HTML",
    "Markdown"
  ],
  "author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telegraf/entity.git"
  },
  "bugs": {
    "url": "https://github.com/telegraf/entity/issues"
  },
  "devDependencies": {
    "deno-bin": "^1.31.3"
  },
  "dependencies": {
    "@telegraf/types": "^8.3.1"
  }
}