{
	"name": "pptx-viewer-mcp",
	"version": "2.0.2",
	"description": "PowerPoint PPTX tools and MCP server: manipulate, convert, and collaborate on .pptx files from AI agents.",
	"keywords": [
		"ai",
		"collaboration",
		"converter",
		"mcp",
		"office",
		"openxml",
		"powerpoint",
		"ppt",
		"pptx",
		"presentation",
		"tools"
	],
	"homepage": "https://github.com/ChristopherVR/pptx-viewer",
	"bugs": {
		"url": "https://github.com/ChristopherVR/pptx-viewer/issues"
	},
	"license": "Apache-2.0",
	"author": "ChristopherVR",
	"repository": {
		"type": "git",
		"url": "https://github.com/ChristopherVR/pptx-viewer.git",
		"directory": "packages/tools"
	},
	"bin": {
		"pptx-tools": "./dist/mcp/index.mjs"
	},
	"files": [
		"dist/",
		"CHANGELOG.md",
		"LICENSE",
		"README.md"
	],
	"main": "dist/index.mjs",
	"module": "dist/index.mjs",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.mjs",
			"require": "./dist/index.js"
		},
		"./mcp": {
			"types": "./dist/mcp/index.d.ts",
			"import": "./dist/mcp/index.mjs",
			"require": "./dist/mcp/index.js"
		},
		"./codec": {
			"types": "./dist/codec/index.d.ts",
			"import": "./dist/codec/index.mjs",
			"require": "./dist/codec/index.js"
		},
		"./schemas": {
			"types": "./dist/schemas/index.d.ts",
			"import": "./dist/schemas/index.mjs",
			"require": "./dist/schemas/index.js"
		}
	},
	"scripts": {
		"build": "tsup && tsdown && node ../../scripts/merge-declarations.mjs",
		"dev": "tsup --watch",
		"typecheck": "tsc --noEmit --pretty",
		"test": "vitest run",
		"test:watch": "vitest",
		"pack": "bun run build && bun pm pack"
	},
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.29.0",
		"fast-xml-parser": "^5.10.1",
		"jszip": "^3.10.1",
		"pptx-viewer-core": "^2.0.0",
		"zod": "^4.4.3"
	},
	"devDependencies": {
		"tsdown": "^0.22.14",
		"tsup": "^8.5.1",
		"typescript": "^7.0.2",
		"vitest": "^4.1.10",
		"yjs": "^13.6.31"
	},
	"peerDependencies": {
		"yjs": "^13.6.31"
	},
	"peerDependenciesMeta": {
		"yjs": {
			"optional": true
		}
	}
}
