{
	"name": "pptx-svelte-viewer",
	"version": "3.1.0",
	"description": "Svelte 5 PowerPoint viewer and editor component: render, edit, present, and export PPTX slides in the browser.",
	"keywords": [
		"office",
		"openxml",
		"powerpoint",
		"ppt",
		"pptx",
		"presentation",
		"slides",
		"slideshow",
		"svelte",
		"svelte-component",
		"svelte5",
		"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/svelte"
	},
	"files": [
		"dist/",
		"CHANGELOG.md",
		"LICENSE",
		"NOTICE",
		"README.md"
	],
	"type": "module",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"svelte": "./dist/index.js",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"svelte": "./dist/index.js",
			"import": "./dist/index.js"
		},
		"./viewer": {
			"types": "./dist/viewer/index.d.ts",
			"svelte": "./dist/viewer/index.js",
			"import": "./dist/viewer/index.js"
		},
		"./i18n": {
			"types": "./dist/i18n.d.ts",
			"import": "./dist/i18n.js"
		},
		"./styles": "./dist/pptx-svelte-viewer.css",
		"./styles.css": "./dist/pptx-svelte-viewer.css"
	},
	"scripts": {
		"build": "vite build && rollup -c rollup.dts.config.mjs && node ../../scripts/merge-declarations.mjs .types-bundle",
		"dev": "vite build --watch",
		"typecheck": "svelte-check --tsconfig ./tsconfig.json",
		"test": "vitest run",
		"test:watch": "vitest",
		"pack": "bun run build && bun pm pack"
	},
	"dependencies": {
		"@lucide/svelte": "^1.31.0",
		"fast-xml-parser": "^5.11.0",
		"html2canvas-pro": "^2.3.2",
		"jspdf": "^4.2.1",
		"jszip": "^3.10.1",
		"pptx-viewer-mcp": "^2.1.7"
	},
	"devDependencies": {
		"@ai-sdk/svelte": "^5.0.31",
		"@microsoft/api-extractor": "^7.58.13",
		"@sveltejs/vite-plugin-svelte": "^7.2.0",
		"ai": ">=6 <8",
		"happy-dom": "^20.11.1",
		"rollup": "^4.62.3",
		"rollup-plugin-dts": "^6.5.1",
		"svelte": "^5.56.6",
		"svelte-check": "^4.7.3",
		"typescript": "6.0.3",
		"vite": "^8.2.1",
		"vite-plugin-dts": "^5.0.3",
		"vitest": "^4.1.10",
		"y-webrtc": "^10.3.0",
		"y-websocket": "^3.1.0",
		"yjs": "^13.6.32"
	},
	"peerDependencies": {
		"@ai-sdk/svelte": "^5.0.31",
		"ai": ">=6 <8",
		"svelte": "^5.0.0"
	},
	"peerDependenciesMeta": {
		"@ai-sdk/svelte": {
			"optional": true
		},
		"ai": {
			"optional": true
		}
	},
	"optionalDependencies": {
		"three": "^0.185.1",
		"y-webrtc": "^10.3.0",
		"y-websocket": "^3.1.0",
		"yjs": "^13.6.32"
	}
}
