Files
video/matrix-discord/mx-puppet-discord/package.json
2021-09-14 06:30:17 -06:00

32 lines
903 B
JSON
Executable File

{
"name": "mx-puppet-discord",
"version": "0.0.0",
"description": "",
"main": "build/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": {
"better-discord.js": "git+https://github.com/Sorunome/better-discord.js.git#bb8be2aad13daf862d971119ab2441ce2219fc94",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
"escape-html": "^1.0.3",
"events": "^3.0.0",
"expire-set": "^1.0.0",
"js-yaml": "^3.13.1",
"matrix-discord-parser": "0.0.11",
"mime": "^2.4.4",
"mx-puppet-bridge": "0.0.43-2",
"path": "^0.12.7",
"tslint": "^5.17.0",
"typescript": "^3.7.4"
},
"devDependencies": {
"@types/node": "^12.0.8"
}
}