mx-puppet-discord/package.json

34 lines
958 B
JSON

{
"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#5e58e1e7510cf2192f3503ca146dd61a56a75c72",
"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.1.7",
"mime": "^2.5.0",
"mx-puppet-bridge": "0.1.6",
"node-emoji": "^1.10.0",
"path": "^0.12.7",
"tslint": "^5.17.0",
"typescript": "^3.7.4"
},
"devDependencies": {
"@types/mime": "^2.0.3",
"@types/node": "^14.6.3"
}
}