mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 17:07:54 -05:00
In order to address the following warning when publishing: > npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. > npm warn publish errors corrected: > npm warn publish "repository.url" was normalized to "git+https://github.com/socketio/socket.io.git"
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"name": "@socket.io/component-emitter",
|
|
"description": "Event emitter",
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"component": {
|
|
"scripts": {
|
|
"emitter/index.js": "index.js"
|
|
}
|
|
},
|
|
"main": "./lib/cjs/index.js",
|
|
"module": "./lib/esm/index.js",
|
|
"types": "./lib/cjs/index.d.ts",
|
|
"homepage": "https://github.com/socketio/socket.io/tree/main/packages/socket.io-component-emitter#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/socketio/socket.io.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/socketio/socket.io/issues"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --require should --reporter spec"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
]
|
|
}
|