{
  "name": "typescript-event-target",
  "version": "1.1.2",
  "description": "Strictly typed EventTarget that directly extends EventTarget to function as a drop-in replacement. It works with all Event-Types and accounts for basically no additional bundle-size.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "typings": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "homepage": "https://github.com/DerZade/typescript-event-target#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/DerZade/typescript-event-target.git"
  },
  "files": [
    "dist"
  ],
  "bugs": {
    "url": "https://github.com/DerZade/typescript-event-target/issues",
    "email": "derzade@gmail.com"
  },
  "scripts": {
    "build": "tsup --tsconfig ./tsconfig.json --dts --minify --format cjs,esm ./src/index.ts",
    "lint": "eslint .",
    "test": "tsd",
    "fmt": "prettier --write ."
  },
  "keywords": [
    "event-target",
    "typescript",
    "EventTarget",
    "ts",
    "browser",
    "typed",
    "nodejs"
  ],
  "author": "Jonas Schade <derzade@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@eslint/js": "^9.20.0",
    "eslint": "^9.20.1",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "jiti": "^2.4.2",
    "prettier": "^3.5.1",
    "tsd": "^0.31.2",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.24.1"
  }
}
