2025-11-05 17:04:23 -03:00

28 lines
657 B
JSON

{
"name": "@xmpp/websocket",
"description": "XMPP websocket for JavaScript",
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/websocket",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.14.0",
"license": "ISC",
"type": "module",
"main": "index.js",
"dependencies": {
"@xmpp/connection": "^0.14.0",
"@xmpp/events": "^0.14.0",
"@xmpp/xml": "^0.14.0"
},
"keywords": [
"XMPP",
"websocket"
],
"engines": {
"node": ">= 20.10"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2d418547c6633896301bc5b70ea34c8e08e23472"
}