{
  "name": "class-event",
  "version": "0.10.0",
  "license": "MIT",
  "homepage": "https://github.com/GRD3V/class-event",
  "repository": {
    "type": "git",
    "url": "https://github.com/GRD3V/class-event.git"
  },
  "keywords": [
    "events",
    "eventListeners",
    "eventEmitter",
    "eventDispatcher",
    "listeners"
  ],
  "author": {
    "name": "GRD3V",
    "email": "contact.grd3v@pm.me",
    "url": "https://github.com/GRD3V/"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "./dist/index.cjs",
    "./dist/index.mjs",
    "./dist/index.d.ts"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "watch": "tsc --watch",
    "build": "unbuild",
    "test:unit": "vitest"
  },
  "devDependencies": {
    "typescript": "^5.3.2",
    "unbuild": "^2.0.0",
    "vitest": "^0.34.6"
  },
  "dependencies": {}
}
