{
  "name": "tgrm",
  "version": "0.0.4",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bundledDependencies": [
    "@grammyjs/types"
  ],
  "dependencies": {
    "@grammyjs/types": "3.13.0"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.5.0",
    "@changesets/cli": "^2.27.7",
    "@microsoft/api-extractor": "^7.47.7",
    "tsup": "^8.2.4",
    "typedoc": "^0.25.13",
    "typescript": "^5.5.4",
    "vitest": "^2.0.5"
  },
  "scripts": {
    "build": "tsup",
    "vercel-build": "typedoc src/index.ts --out public",
    "changeset:version": "changeset version && pnpm install --no-frozen-lockfile",
    "changeset:publish": "pnpm run build && changeset publish"
  }
}