{
	"name": "@useavalon/lit",
	"version": "0.1.11",
	"description": "Lit integration for Avalon islands architecture",
	"license": "MIT",
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://github.com/useAvalon/Avalon.git",
		"directory": "packages/integrations/lit"
	},
	"homepage": "https://useavalon.dev/docs/frameworks/lit",
	"keywords": [
		"avalon",
		"islands",
		"lit",
		"web-components",
		"ssr",
		"hydration",
		"shadow-dom"
	],
	"exports": {
		".": "./dist/mod.js",
		"./island": "./dist/island.js",
		"./server": "./dist/server/renderer.js",
		"./client": "./dist/client/index.js",
		"./client/hmr": "./dist/client/hmr-adapter.js",
		"./types": "./dist/types.js"
	},
	"scripts": {
		"build": "bun run ../../../scripts/build-package.ts",
		"prepublishOnly": "bun run build",
		"postpublish": "bun run ../../../scripts/postpublish.ts"
	},
	"files": [
		"dist/**/*.js",
		"dist/**/*.d.ts",
		"README.md"
	],
	"dependencies": {
		"@useavalon/avalon": "^0.3.1",
		"@useavalon/core": "^0.3.1",
		"@babel/core": "^7.28.0",
		"@babel/plugin-proposal-decorators": "^7.29.0",
		"@babel/plugin-transform-typescript": "^7.28.0",
		"@babel/plugin-transform-class-properties": "^7.28.0",
		"linkedom": "^0.18.0"
	},
	"peerDependencies": {
		"lit": "^3.0.0",
		"@lit-labs/ssr": "^4.0.0",
		"@lit-labs/ssr-client": "^1.0.0",
		"@lit-labs/ssr-dom-shim": "^1.0.0",
		"vite": "^8.0.0"
	},
	"peerDependenciesMeta": {
		"vite": {
			"optional": true
		}
	}
}
