{
  "name": "stanza",
  "description": "Modern XMPP in the browser, with a JSON API",
  "version": "12.22.1",
  "author": "Lance Stout <lancestout@gmail.com>",
  "bugs": "https://github.com/legastero/stanza/issues",
  "contributors": [
    "Philipp Hancke <fippo@andyet.net>",
    "Steven Lloyd Watkin <lloyd@evilprofessor.co.uk>"
  ],
  "dependencies": {
    "@types/node": "^22.0.0",
    "@types/punycode": "^2.1.0",
    "@types/ws": "^8.18.1",
    "punycode": "^2.1.1",
    "sdp": "^3.0.2",
    "ws": "^8.18.2"
  },
  "homepage": "https://stanzajs.org",
  "keywords": [
    "jingle",
    "stanza",
    "stanza.io",
    "xmpp"
  ],
  "license": "MIT",
  "main": "./index.js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/legastero/stanza.git"
  },
  "browser": {
    "./platform": "./platform/browser/index.js"
  },
  "react-native": {
    "./platform": "./platform/react-native/index.js"
  },
  "sideEffects": false,
  "typings": "./index"
}