{
	"name": "pptx-vanilla-viewer",
	"version": "2.0.3",
	"description": "Zero-framework PowerPoint viewer and editor: render, edit, present, and export PPTX slides with plain DOM, no React/Vue/Angular required.",
	"keywords": [
		"javascript",
		"office",
		"openxml",
		"powerpoint",
		"ppt",
		"pptx",
		"presentation",
		"slides",
		"slideshow",
		"vanilla",
		"vanilla-js",
		"viewer"
	],
	"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/vanilla"
	},
	"files": [
		"dist/",
		"CHANGELOG.md",
		"LICENSE",
		"NOTICE",
		"README.md"
	],
	"type": "module",
	"main": "dist/index.cjs",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		},
		"./styles.css": "./dist/styles.css"
	},
	"scripts": {
		"build": "tsup && tsdown && node ../../scripts/merge-declarations.mjs && bun scripts/build-styles.ts",
		"dev": "tsup --watch",
		"typecheck": "tsc --noEmit --pretty",
		"test": "vitest run",
		"test:watch": "vitest",
		"pack": "bun run build && bun pm pack"
	},
	"dependencies": {
		"dompurify": "^3.4.14",
		"fast-xml-parser": "^5.11.0",
		"html2canvas-pro": "^2.3.2",
		"jspdf": "^4.2.1",
		"jszip": "^3.10.1",
		"lucide": "^1.26.0",
		"pptx-viewer-mcp": "^2.1.6"
	},
	"devDependencies": {
		"@types/dompurify": "^3.2.0",
		"happy-dom": "^20.11.1",
		"tsdown": "^0.22.14",
		"tsup": "^8.5.1",
		"typescript": "^7.0.2",
		"vitest": "^4.1.10",
		"y-webrtc": "^10.3.0",
		"y-websocket": "^3.1.0",
		"yjs": "^13.6.32"
	},
	"peerDependencies": {
		"ai": ">=6.0.0 <8"
	},
	"peerDependenciesMeta": {
		"ai": {
			"optional": true
		}
	},
	"optionalDependencies": {
		"y-webrtc": "^10.3.0",
		"y-websocket": "^3.1.0",
		"yjs": "^13.6.32"
	}
}
