29 lines
536 B
JSON
Raw Permalink Normal View History

2023-10-10 22:00:26 +02:00
{
"name": "@socket.io/component-emitter",
"description": "Event emitter",
2024-08-24 20:48:14 +02:00
"version": "3.1.2",
2023-10-10 22:00:26 +02:00
"license": "MIT",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"component": {
"scripts": {
"emitter/index.js": "index.js"
}
},
2024-08-24 20:48:14 +02:00
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/cjs/index.d.ts",
2023-10-10 22:00:26 +02:00
"repository": {
"type": "git",
"url": "https://github.com/socketio/emitter.git"
},
"scripts": {
"test": "make test"
},
"files": [
2024-08-24 20:48:14 +02:00
"lib/"
2023-10-10 22:00:26 +02:00
]
}