stanza-extend
Version:
Modern XMPP in the browser, with a JSON API
77 lines (76 loc) • 1.82 kB
JSON
{
"name": "stanza-extend",
"description": "Modern XMPP in the browser, with a JSON API",
"version": "12.17.11",
"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/async": "^3.2.5",
"@types/node": "^14.14.36",
"@types/punycode": "^2.1.0",
"@types/readable-stream": "^2.3.9",
"@types/ws": "^7.4.0",
"async": "^3.0.1",
"buffer": "^6.0.3",
"node-fetch": "^2.6.1",
"process": "^0.11.10",
"punycode": "^2.1.1",
"react-native-randombytes": "^3.6.0",
"readable-stream": "^2.3.6",
"sdp": "^3.0.2",
"stanza-shims": "^1.1.1",
"tslib": "^2.2.0",
"ws": "^7.4.4"
},
"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": "https://github.com/legastero/stanza.git"
},
"browser": "./module.js",
"module": "./module.js",
"react-native": "./index.js",
"sideEffects": false,
"typings": "./index"
}