dh_ackergaul
vor 4 Tagen bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "@dh-software/event-emitter",
  "version": "1.0.0",
  "description": "",
  "main": "dist/event-emitter.mjs",
  "module": "dist/event-emitter.mjs",
  "types": "dist/event-emitter.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "keywords": [],
  "author": "",
  "license": "SEE LICENSE IN LICENSE",
  "peerDependencies": {
    "@dh-software/message-communicator-browser": "^1.0.0"
  },
  "devDependencies": {
    "@dh-software/message-communicator-browser": "^1.0.0",
    "@types/node": "^24.5.0",
    "ts-node": "^10.9.2",
    "typescript": "~5.8.3",
    "vitest": "^3.2.4",
    "@dh-software/rollup": "^1.0.1"
  },
  "scripts": {
    "build:dev": "npx rollup -c --dhclean",
    "build:prod": "npx rollup -c --dhclean --dhprod",
    "build:watch": "npx rollup -c -w",
    "test": "npx vitest run --config test/vitest.config.ts"
  }
}