Files
2026-03-22 03:21:45 +02:00

20 lines
393 B
JSON

{
"name": "emitter-component",
"description": "Event emitter",
"version": "1.1.2",
"funding": "https://github.com/sponsors/sindresorhus",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"component": {
"scripts": {
"emitter": "index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/sindresorhus/component-emitter.git"
}
}