{
  "name": "hookall",
  "version": "2.2.0",
  "description": "Enhance your program's strength and flexibility by seamlessly hooking into the operation.",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "test": "jest",
    "build": "node build/index.js && tsc"
  },
  "keywords": [
    "hook",
    "event",
    "emit"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/izure1/hookall.git"
  },
  "homepage": "https://github.com/izure1/hookall",
  "author": "izure <admin@izure.org>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "esbuild": "^0.27.2",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  }
}