{
	"name": "@pulpoar/plugin-sdk",
	"version": "0.0.5",
	"main": "./dist/index.js",
	"jsdelivr": "./dist/index.js",
	"description": "This package allows web applications to communicate with pulpoar plugins running in an iframe",
	"type": "module",
	"types": "./dist/index.d.ts",
	"publishConfig": {
		"access": "public"
	},
	"exports": {
		".": {
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		}
	},
	"files": ["dist"],
	"scripts": {
		"dev": "vite",
		"build": "vite build",
		"tsc": "tsc --noEmit --incremental",
		"biome-check": "biome check --write .",
		"biome-fix": "biome check --fix --unsafe ."
	},
	"devDependencies": {
		"@biomejs/biome": "1.8.3",
		"lefthook": "1.6.18",
		"rollup-plugin-obfuscator": "1.1.0",
		"typescript": "5.5.3",
		"vite": "5.3.3",
		"vite-plugin-dts": "3.9.1",
		"vite-tsconfig-paths": "4.3.2"
	}
}
