{
  "name": "uevent",
  "version": "3.0.0",
  "description": "Event emitter micro library",
  "type": "module",
  "main": "index.js",
  "types": "types.d.ts",
  "files": [
    "index.js",
    "types.d.ts"
  ],
  "author": {
    "name": "Damien \"Mistic\" Sorel",
    "email": "contact@git.strangeplanet.fr",
    "homepage": "https://www.strangeplanet.fr"
  },
  "keywords": [
    "events",
    "emitter"
  ],
  "license": "MIT",
  "homepage": "https://github.com/mistic100/uEvent",
  "repository": {
    "type": "git",
    "url": "git://github.com/mistic100/uEvent.git"
  },
  "bugs": {
    "url": "https://github.com/mistic100/uEvent/issues"
  },
  "devDependencies": {
    "mocha": "^11.1.0"
  },
  "scripts": {
    "test": "mocha tests/*"
  }
}
