eiusaut
Version:
112 lines (111 loc) • 2.97 kB
JSON
{
"name": "@xmpp-ts/presence",
"version": "0.0.61",
"description": "xmpp presence",
"keywords": [
"client",
"xmpp",
"ts",
"typescript",
"client"
],
"homepage": "https://github.com/codejamninja/xmpp-ts",
"bugs": {
"url": "https://github.com/codejamninja/xmpp-ts/issues",
"email": "jam@codejam.ninja"
},
"license": "MIT",
"author": {
"name": "Jam Risser",
"email": "jam@codejam.ninja",
"url": "https://codejam.ninja"
},
"files": [
"lib"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/codejamninja/xmpp-ts"
},
"scripts": {
"build": "make -s build",
"clean": "make -s clean",
"coverage": "make -s coverage",
"format": "make -s format",
"inc": "npm version patch --git=false 2>/dev/null || true",
"lint": "make -s lint",
"postinstall": "link-type-definitions link",
"prepare": "make -s prepare",
"purge": "make -s purge",
"report": "make -s report",
"spellcheck": "make -s spellcheck",
"start": "make -s start",
"test": "make -s test",
"test:ui": "make test-ui",
"test:watch": "make -s test-watch"
},
"dependencies": {
"@babel/runtime": "^7.11.0",
"@xmpp-ts/jid": "workspace:*",
"@xmpp-ts/types": "workspace:*",
"core-js": "^3.6.5"
},
"peerDependencies": {
"@xmpp/client": "^0.11.1",
"@xmpp/events": "^0.11.0",
"@xmpp/iq": "^0.11.0",
"@xmpp/jid": "^0.11.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.8",
"@types/xmpp__jid": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"@xmpp/client": "^0.11.1",
"@xmpp/events": "^0.11.0",
"@xmpp/iq": "^0.11.0",
"@xmpp/jid": "^0.11.0",
"cspell": "^4.0.63",
"eslint": "^7.6.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"jest": "^26.2.2",
"jest-sonar-reporter": "^2.0.0",
"link-type-definitions": "^0.3.9",
"lockfile-lint": "^4.3.7",
"majestic": "^1.7.0",
"makefiles": "^0.0.14",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"engines": {
"node": ">=6.0.0"
},
"eslintIgnore": [
"lib"
],
"jest": {
"testRegex": "tests(/|/.*/)[^_/]*[jt]sx?$",
"verbose": true
},
"jestSonar": {
"reportPath": "node_modules/.tmp/reports",
"reportFile": "test-report.presence",
"indent": 4
},
"linkTypeDefinitions": [
"@xmpp-ts/types"
]
}