{
"name": "snikket-sdk",
"version": "0.0.0",
"description": "Chat SDK",
"main": "index.js",
"type": "module",
"files": [
"*.js",
"*.mjs",
"*.ts"
],
"browser": {
"./snikket.js": "./snikket-browser.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@xmpp/client": "https://gitpkg-singpolyma.vercel.app/singpolyma/xmpp.js/packages/client?main",
"@xmpp/debug": "^0.13.0",
"@xmpp/sasl-scram-sha-1": "^0.13.1",
"buffer": "^6.0.3",
"cipher-base": "github:steveluscher/cipher-base#2fdfc60f198aa797b873d21345a17cbd47846fdf"
},
"devDependencies": {
"typescript": "^5.4.5"
}
}