typed-event-target
Version:
EventTarget in the browser but with strong event typing.
98 lines (97 loc) • 3.56 kB
JSON
{
"name": "typed-event-target",
"version": "4.3.3",
"description": "EventTarget in the browser but with strong event typing.",
"keywords": [
"browser",
"event-target",
"EventTarget",
"type",
"typed"
],
"homepage": "https://github.com/electrovir/typed-event-target",
"bugs": {
"url": "https://github.com/electrovir/typed-event-target/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electrovir/typed-event-target.git"
},
"license": "(MIT OR CC0-1.0)",
"author": {
"name": "electrovir",
"url": "https://github.com/electrovir"
},
"sideEffects": false,
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"compile": "virmator compile",
"docs": "virmator docs",
"format": "virmator format",
"lint": "virmator lint fix",
"publish": "virmator publish npm run test:all",
"test": "virmator test web",
"test:all": "npm run compile && runstorm --names tests,spelling,format,docs,deps,lint \"npm run test:coverage\" \"npm run test:spelling\" \"npm run test:format\" \"npm run test:docs\" \"npm run test:deps\" \"npm run test:lint\"",
"test:coverage": "npm run test coverage",
"test:deps": "virmator deps check",
"test:docs": "virmator docs check",
"test:format": "virmator format check",
"test:lint": "virmator lint",
"test:spelling": "virmator spellcheck"
},
"overrides": {
"esbuild": "^0.28.1"
},
"dependencies": {
"@augment-vir/assert": "^32.2.1",
"@augment-vir/common": "^32.2.1"
},
"devDependencies": {
"@augment-vir/test": "^32.2.1",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@stylistic/eslint-plugin-ts": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@web/dev-server-esbuild": "^2.0.0",
"@web/test-runner": "^1.0.0",
"@web/test-runner-commands": "^1.0.1",
"@web/test-runner-playwright": "^1.0.0",
"@web/test-runner-visual-regression": "^1.0.1",
"cspell": "^10.0.1",
"dependency-cruiser": "^18.1.0",
"element-vir": "^26.17.2",
"esbuild": "^0.28.1",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^63.3.2",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-playwright": "^2.11.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-sonarjs": "^4.2.0",
"eslint-plugin-unicorn": "^72.0.0",
"istanbul-smart-text-reporter": "^1.1.5",
"markdown-code-example-inserter": "^3.0.6",
"npm-check-updates": "^23.0.0",
"prettier": "~3.3.3",
"prettier-plugin-interpolated-html-tags": "^2.0.2",
"prettier-plugin-jsdoc": "^1.8.1",
"prettier-plugin-multiline-arrays": "^4.1.11",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-sort-json": "^4.2.0",
"prettier-plugin-toml": "^2.0.6",
"type-fest": "^5.8.0",
"typedoc": "^0.28.20",
"typescript": "^6.0.3",
"typescript-eslint": "8.65.0",
"virmator": "^14.30.3"
},
"engines": {
"node": ">=22"
}
}