{
	"name": "@benjaminaster/bundled-happy-dom",
	"version": "0.0.1",
	"description": "A bundled version of @capricorn86's happy-dom package to increase startup speeds.",
	"type": "module",
	"main": "./dist/bundle.js",
	"types": "./lib/index.d.ts",
	"author": "David Ortner",
	"scripts": {
		"build": "node --experimental-strip-types build.ts"
	},
	"dependencies": {
		"entities": "^5.0.0",
		"whatwg-mimetype": "^4.0.0"
	},
	"devDependencies": {
		"esbuild": "0.24.0",
		"typescript": "5.6.2",
		"unzipper": "^0.12.3",
		"@types/unzipper": "^0.10.10"
	},
	"homepage": "https://github.com/BenjaminAster/bundled-happy-dom",
	"bugs": {
		"url": "https://github.com/BenjaminAster/bundled-happy-dom/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/BenjaminAster/bundled-happy-dom.git"
	},
	"license": "MIT"
}