package.json•2.81 kB
{
"name": "doc-ops-mcp",
"author": "Tele-AI",
"version": "0.3.8",
"description": "MCP Document Converter Server — A Model Context Protocol server for seamless document format conversion and processing",
"main": "dist/index.cjs",
"license": "MIT",
"scripts": {
"build": "node build.mjs",
"build:full": "node build-with-browser.mjs",
"build:portable": "node build-portable.mjs",
"start": "node dist/index.cjs",
"dev": "ts-node src/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@types/fontkit": "^2.0.8",
"@types/marked": "^5.0.2",
"cheerio": "^1.0.0-rc.12",
"docx": "^9.5.1",
"fontkit": "^2.0.4",
"jszip": "^3.10.1",
"marked": "^15.0.12",
"pdf-lib": "^1.17.1",
"word-extractor": "^1.0.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@modelcontextprotocol/sdk": "^1.0.4",
"@types/babel__generator": "^7.27.0",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.7",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.10",
"@types/tough-cookie": "^4.0.5",
"@types/yargs-parser": "^21.0.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"esbuild": "^0.20.2",
"esbuild-plugin-wasm": "^1.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"pkg": "^5.8.1",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"files": [
"dist",
"dist/**/*.map",
"README.md"
],
"bin": {
"udp": "dist/index.cjs"
},
"keywords": [
"document-processing",
"pdf",
"docx",
"document-conversion",
"html",
"markdown",
"text-extraction",
"web-scraping",
"document-automation",
"ai",
"llm",
"playwright"
],
"homepage": "https://github.com/Tele-AI/doc-ops-mcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Tele-AI/doc-ops-mcp.git"
},
"bugs": {
"url": "https://github.com/Tele-AI/doc-ops-mcp/issues"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}