@vlad8096/stanza
Version:
Modern XMPP in the browser, with a JSON API
83 lines (82 loc) • 1.92 kB
JSON
{
"name": "@vlad8096/stanza",
"description": "Modern XMPP in the browser, with a JSON API",
"version": "12.15.0",
"author": "Lance Stout <lancestout@gmail.com>",
"bugs": {
"url": "https://github.com/legastero/stanza/issues"
},
"contributors": [
"Philipp Hancke <fippo@andyet.net>",
"Steven Lloyd Watkin <lloyd@evilprofessor.co.uk>"
],
"dependencies": {
"@types/async": "^3.0.3",
"@types/node": "^12.12.20",
"@types/punycode": "^2.1.0",
"@types/readable-stream": "^2.3.5",
"@types/ws": "^6.0.4",
"async": "^3.0.1",
"node-fetch": "^2.6.0",
"punycode": "^2.1.1",
"react-native-randombytes": "^3.5.3",
"readable-stream": "^2.3.6",
"sdp": "^3.0.2",
"stanza-shims": "^1.1.1",
"tslib": "^1.9.3",
"ws": "^7.2.1"
},
"homepage": "https://stanzajs.org",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --stage && npm run lint && npm test"
}
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testRegex": "test/.*\\.ts$",
"testMatch": null,
"collectCoverage": true,
"collectCoverageFrom": [
"./src/**/*.ts"
],
"coverageDirectory": "./coverage",
"coverageReporters": [
"text",
"html"
]
},
"keywords": [
"jingle",
"stanza",
"stanza.io",
"xmpp"
],
"license": "MIT",
"main": "./index.js",
"prettier": {
"tabWidth": 4,
"printWidth": 100,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/legastero/stanza.git"
},
"browser": "./module.js",
"module": "./module.js",
"react-native": "./index.js",
"sideEffects": false,
"typings": "./index",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}