2020-03-24 16:27:42 +00:00
|
|
|
{
|
2021-11-12 13:07:57 +00:00
|
|
|
"name": "mx-puppet-xmpp",
|
2020-03-24 16:27:42 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"lint": "tslint --project ./tsconfig.json -t stylish",
|
|
|
|
"start": "npm run-script build && node ./build/index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2021-11-12 13:07:57 +00:00
|
|
|
"author": "rkd",
|
2020-03-24 16:27:42 +00:00
|
|
|
"dependencies": {
|
2021-11-12 13:07:57 +00:00
|
|
|
"@xmpp/client": "^0.13.0",
|
2023-04-30 16:40:44 +00:00
|
|
|
"@xmpp/client-core": "^0.13.1",
|
2020-03-25 22:48:12 +00:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2020-03-24 16:27:42 +00:00
|
|
|
"command-line-args": "^5.1.1",
|
|
|
|
"command-line-usage": "^5.0.5",
|
|
|
|
"decode-html": "^2.0.0",
|
|
|
|
"escape-html": "^1.0.3",
|
2020-04-01 16:35:57 +00:00
|
|
|
"expire-set": "^1.0.0",
|
2020-03-24 16:27:42 +00:00
|
|
|
"js-yaml": "^3.13.1",
|
2021-11-12 13:07:57 +00:00
|
|
|
"mx-puppet-bridge": "0.1.6",
|
2020-03-25 22:48:12 +00:00
|
|
|
"node-emoji": "^1.10.0",
|
2020-03-25 14:47:51 +00:00
|
|
|
"node-html-parser": "^1.2.13",
|
2020-03-24 16:27:42 +00:00
|
|
|
"tslint": "^5.17.0",
|
|
|
|
"typescript": "^3.7.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-30 16:40:44 +00:00
|
|
|
"@types/node": "^12.0.8"
|
2020-03-24 16:27:42 +00:00
|
|
|
}
|
|
|
|
}
|