Baphomet is the dedicated bot for nulloctet matrix
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
651 B

  1. {
  2. "name": "baphomet-js",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "author": "Drew Short <warrick@sothr.com>",
  6. "license": "MIT",
  7. "description": "A Matrix bot written on top of the matrix-js-sdk",
  8. "repository": "https://git.nulloctet.com/warricksothr/baphomet-js",
  9. "scripts": {
  10. "test": "mocha",
  11. "build": "tsc"
  12. },
  13. "dependencies": {
  14. "axios": "^0.19.0",
  15. "matrix-js-sdk": "2.4.5",
  16. "showdown": "^1.9.1",
  17. "trie-prefix-tree": "^1.5.1",
  18. "winston": "^3.2.1",
  19. "winston-daily-rotate-file": "^4.4.1"
  20. },
  21. "devDependencies": {
  22. "@types/node": "^13.1.6",
  23. "mocha": "^6.2.2",
  24. "typescript": "^3.7.4"
  25. }
  26. }