mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-05 11:21:41 +00:00
30 lines
818 B
JSON
30 lines
818 B
JSON
{
|
|
"name": "mx-puppet-skype",
|
|
"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"
|
|
},
|
|
"author": "Sorunome",
|
|
"dependencies": {
|
|
"command-line-args": "^5.1.1",
|
|
"command-line-usage": "^5.0.5",
|
|
"decode-html": "^2.0.0",
|
|
"escape-html": "^1.0.3",
|
|
"events": "^3.0.0",
|
|
"js-yaml": "^3.13.1",
|
|
"mx-puppet-bridge": "0.0.35-1",
|
|
"skype-http": "git://github.com/Sorunome/skype-http#10555125f46307bbff93a8c4779889f4100669d2",
|
|
"tslint": "^5.17.0",
|
|
"typescript": "^3.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/node": "^12.0.8"
|
|
}
|
|
}
|