{
	"name": "@marchaos/happy-dom",
	"version": "20.0.12",
	"license": "MIT",
	"homepage": "https://github.com/marchaos/happy-dom",
	"repository": "https://github.com/marchaos/happy-dom",
	"author": "David Ortner",
	"description": "Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.",
	"main": "lib/index.js",
	"type": "module",
	"keywords": [
		"jsdom",
		"dom",
		"browser",
		"custom",
		"elements",
		"web",
		"components",
		"html",
		"whatwg",
		"w3c"
	],
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"compile": "tsc && npm run compile:build-version-file",
		"compile:build-version-file": "node ./bin/build-version-file.cjs",
		"watch": "tsc -w --preserveWatchOutput",
		"test": "vitest run",
		"test:ui": "vitest --ui",
		"test:watch": "vitest",
		"test:debug": "vitest run --inspect-brk --no-file-parallelism"
	},
	"dependencies": {
		"whatwg-mimetype": "^3.0.0",
		"@types/whatwg-mimetype": "^3.0.2",
		"@types/node": "^20.0.0"
	},
	"devDependencies": {
		"@vitest/ui": "^3.2.3",
		"@webref/css": "6.6.2",
		"typescript": "^5.8.3",
		"vitest": "^3.2.2"
	},
	"engines": {
		"node": ">=20.0.0"
	}
}
