{ "name": "matrix-wug", "version": "2.4.3", "description": "Language bot for matrix", "main": "index.js", "bin": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js" }, "author": "Daniel", "license": "AGPL3", "dependencies": { "matrix-bot-sdk": "^0.3.2", "@types/js-yaml": "^3.12.1", "@types/node": "^10.12.11", "@types/xregexp": "^3.0.29", "js-yaml": "^3.13.1", "typescript": "^3.2.1", "xregexp": "^4.2.0" } }