{
	"name": "@svar-ui/lib-dom",
	"productTag": "dom",
	"version": "0.13.1",
	"main": "./dist/index.cjs",
	"module": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"type": "module",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		},
		"./package.json": "./package.json"
	},
	"license": "MIT",
	"scripts": {
		"format": "prettier --write .",
		"lint": "eslint ./src/ ./test/  && tsc --noEmit",
		"dev": "tsup --watch",
		"build": "tsup",
		"test": "vitest",
		"test:run": "vitest --run",
		"test:coverage": "vitest --run --coverage",
		"prepare": "husky"
	},
	"files": [
		"dist",
		"readme.md",
		"whatsnew.md"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/svar-widgets/lib-dom"
	},
	"bugs": {
		"url": "https://forum.svar.dev"
	},
	"homepage": "https://svar.dev/svelte/core/",
	"devDependencies": {
		"@vitest/browser": "3.2.4",
		"@vitest/coverage-v8": "3.2.4",
		"eslint": "9.35.0",
		"eslint-config-prettier": "9.1.0",
		"globals": "15.10.0",
		"husky": "9.1.6",
		"lint-staged": "15.2.10",
		"playwright": "1.55.0",
		"prettier": "3.3.3",
		"tsup": "8.5.0",
		"typescript": "5.9.2",
		"typescript-eslint": "8.43.0",
		"vitest": "3.2.4"
	},
	"lint-staged": {
		"*.{ts,js}": [
			"eslint --fix",
			"prettier --write"
		],
		"*.{css,md,json}": [
			"prettier --write"
		]
	}
}
