codigo0/node_modules/happy-dom/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "happy-dom",
"version": "20.1.0",
"license": "MIT",
"homepage": "https://github.com/capricorn86/happy-dom",
"repository": "https://github.com/capricorn86/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",
"ws": "^8.18.3",
"@types/ws": "^8.18.1",
"@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"
}
}