{ "name": "xev", "version": "3.0.2", "description": "Global event emitter", "keywords": [ "event", "cluster", "messaging" ], "author": "syuilo", "license": "MIT", "repository": "https://github.com/syuilo/xev.git", "bugs": "https://github.com/syuilo/xev/issues", "main": "./built/index.js", "types": "./built/index.d.ts", "type": "module", "scripts": { "build": "tsc", "test": "mocha" }, "devDependencies": { "@types/mocha": "9.1.0", "@types/node": "17.0.24", "mocha": "9.2.2", "typescript": "4.6.3" } }