{
	"name": "@gramio/format",
	"version": "0.11.0",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gramiojs/format.git"
	},
	"main": "./dist/index.js",
	"dependencies": {
		"@gramio/types": "^10.3.1"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.14",
		"@gramio/schema-parser": "^1.2.0",
		"@types/bun": "^1.3.13",
		"expect-type": "^1.3.0",
		"marked": "^17.0.6",
		"node-html-parser": "^7.1.0",
		"pkgroll": "^2.27.0",
		"prettier": "^3.8.3",
		"typescript": "^5.9.3"
	},
	"exports": {
		".": {
			"import": {
				"types": "./dist/index.d.ts",
				"default": "./dist/index.js"
			},
			"require": {
				"types": "./dist/index.d.cts",
				"default": "./dist/index.cjs"
			}
		},
		"./markdown": {
			"import": {
				"types": "./dist/markdown/index.d.ts",
				"default": "./dist/markdown/index.js"
			},
			"require": {
				"types": "./dist/markdown/index.d.cts",
				"default": "./dist/markdown/index.cjs"
			}
		},
		"./html": {
			"import": {
				"types": "./dist/html/index.d.ts",
				"default": "./dist/html/index.js"
			},
			"require": {
				"types": "./dist/html/index.d.cts",
				"default": "./dist/html/index.cjs"
			}
		},
		"./middleware": {
			"import": {
				"types": "./dist/middleware.d.ts",
				"default": "./dist/middleware.js"
			},
			"require": {
				"types": "./dist/middleware.d.cts",
				"default": "./dist/middleware.cjs"
			}
		},
		"./dist/*": {
			"import": {
				"types": "./dist/*/index.d.ts",
				"default": "./dist/*/index.js"
			}
		},
		"./rich": {
			"import": {
				"types": "./dist/rich/index.d.ts",
				"default": "./dist/rich/index.js"
			},
			"require": {
				"types": "./dist/rich/index.d.cts",
				"default": "./dist/rich/index.cjs"
			}
		}
	},
	"description": "Library for formatting text for Telegram Bot API",
	"files": [
		"dist"
	],
	"homepage": "https://gramio.dev/formatting.html",
	"keywords": [
		"gramio",
		"telegram",
		"bot",
		"formatting",
		"markdown",
		"html",
		"markdownV2"
	],
	"license": "MIT",
	"peerDependenciesMeta": {
		"marked": {
			"optional": true
		},
		"node-html-parser": {
			"optional": true
		}
	},
	"peerDependencies": {
		"marked": "^15.0.11",
		"node-html-parser": ">=6.0.0"
	},
	"scripts": {
		"prepublishOnly": "bunx pkgroll",
		"generate": "bun scripts/generate.ts",
		"lint": "bunx @biomejs/biome check ./src",
		"lint:fix": "bun lint --apply"
	},
	"type": "module"
}
