{
	"name": "@snar/lit",
	"version": "1.8.1",
	"type": "module",
	"main": "./out/index.js",
	"module": "./out/index.js",
	"description": "Lit controller helpers built on snar.",
	"repository": {
		"type": "git",
		"url": "https://github.com/snarjs/snar.git",
		"directory": "packages/snar-lit"
	},
	"exports": {
		".": {
			"import": "./out/index.js",
			"types": "./out/index.d.ts"
		}
	},
	"scripts": {
		"build": "wireit",
		"test": "wireit"
	},
	"wireit": {
		"build": {
			"command": "tsc",
			"clean": "if-file-deleted",
			"files": [
				"./tsconfig.json",
				"./src/"
			],
			"output": [
				"./out/"
			]
		},
		"test": {
			"command": "wtr",
			"dependencies": [
				"build"
			],
			"files": [
				"web-test-runner.config.js"
			]
		}
	},
	"dependencies": {
		"lit": "^3.3.1",
		"snar": "^2.3.7"
	},
	"devDependencies": {
		"@types/chai": "^5.2.2",
		"@types/mocha": "^10.0.10",
		"@web/test-runner": "^0.20.2",
		"chai": "^5.2.1",
		"typescript": "^5.9.2",
		"wireit": "^0.14.12"
	},
	"files": [
		"./out",
		"!./out/test"
	]
}
