{ "name": "baphomet-js", "version": "1.0.0", "main": "index.js", "author": "Drew Short ", "license": "MIT", "description": "A Matrix bot written on top of the matrix-js-sdk", "repository": "https://git.nulloctet.com/warricksothr/baphomet-js", "scripts": { "test": "mocha", "build": "tsc" }, "dependencies": { "axios": "^0.19.0", "matrix-js-sdk": "2.4.5", "showdown": "^1.9.1", "trie-prefix-tree": "^1.5.1", "winston": "^3.2.1", "winston-daily-rotate-file": "^4.4.1" }, "devDependencies": { "@types/node": "^13.1.6", "mocha": "^6.2.2", "typescript": "^3.7.4" } }