@yankeeinlondon/happy-wrapper
Version:
A functional API surface wrapping happy-dom
75 lines (74 loc) • 2.02 kB
JSON
{
"name": "@yankeeinlondon/happy-wrapper",
"version": "3.5.7",
"description": "A functional API surface wrapping happy-dom",
"keywords": [
"dom",
"happy-dom"
],
"homepage": "https://github.com/yankeeinlondon/happy-wrapper#readme",
"bugs": {
"url": "https://github.com/yankeeinlondon/happy-wrapper/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yankeeinlondon/happy-wrapper.git"
},
"license": "MIT",
"author": "Ken Snyder <ken@ken.net>",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"bump": "bumpp",
"audit:fix": "pnpm audit --fix",
"build": "tsup src/index.ts --format esm --dts --clean",
"watch": "tsup src/index.ts --format esm --dts --watch",
"test": "vitest",
"test:ui": "vitest --ui",
"prepublishOnly": "npm run build",
"release": "bumpp",
"lint": "run-p lint:*",
"lint:src": "eslint src --fix",
"lint:test": "eslint test --fix",
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"fp-ts": "^2.16.6",
"happy-dom-without-node": "^14.12.0",
"inferred-types": "^0.45.0",
"native-dash": "^1.25.0"
},
"devDependencies": {
"@type-challenges/utils": "^0.1.1",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/ui": "^1.6.0",
"bumpp": "^9.4.1",
"callsites": "^4.1.0",
"eslint": "^9.4.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-unicorn": "^53.0.0",
"npm-run-all": "^4.1.5",
"pathe": "^1.1.2",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0",
"vite": "5.2.13",
"vitest": "^1.6.0",
"vue": "^3.4.27"
}
}