- Updated all packages from ai@6.0.23 to ai@6.0.49 - Added pnpm override to ensure consistent version - Created changeset for publishing affected packages
42 lines
939 B
JSON
42 lines
939 B
JSON
{
|
|
"name": "@tpmjs/markdown-formatter",
|
|
"version": "0.2.0",
|
|
"description": "AI SDK tools for formatting and manipulating markdown text",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"keywords": [
|
|
"tpmjs",
|
|
"markdown",
|
|
"formatter",
|
|
"text-processing"
|
|
],
|
|
"tpmjs": {
|
|
"category": "text-analysis",
|
|
"frameworks": [
|
|
"vercel-ai"
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "markdownToPlainText",
|
|
"description": "Convert markdown to plain text by removing all formatting"
|
|
},
|
|
{
|
|
"name": "formatMarkdownTable",
|
|
"description": "Format and align markdown table columns for better readability"
|
|
}
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ai": "6.0.49",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tpmjs/tsconfig": "workspace:*",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|