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

34 lines
806 B
JSON

{
"name": "@xmpp/test",
"description": "XMPP.js test helpers",
"repository": "github:xmppjs/xmpp.js",
"homepage": "https://github.com/xmppjs/xmpp.js/tree/main/packages/test",
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
"version": "0.14.0",
"license": "ISC",
"type": "module",
"main": "index.js",
"keywords": [
"XMPP",
"test"
],
"engines": {
"node": ">= 20.10"
},
"dependencies": {
"@xmpp/client": "^0.14.0",
"@xmpp/client-core": "^0.14.0",
"@xmpp/connection": "^0.14.0",
"@xmpp/debug": "^0.14.0",
"@xmpp/events": "^0.14.0",
"@xmpp/id": "^0.14.0",
"@xmpp/jid": "^0.14.0",
"@xmpp/xml": "^0.14.0",
"ltx": "^3.1.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2d418547c6633896301bc5b70ea34c8e08e23472"
}