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.

21 lines
504 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. },
  12. "dependencies": {
  13. "axios": "^0.19.0",
  14. "matrix-js-sdk": "2.4.5",
  15. "trie-prefix-tree": "^1.5.1",
  16. "winston": "^3.2.1"
  17. },
  18. "devDependencies": {
  19. "mocha": "^6.2.2"
  20. }
  21. }