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.

16 lines
282 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. "scripts": {
  8. "test": "mocha"
  9. },
  10. "dependencies": {
  11. "matrix-js-sdk": "2.4.5"
  12. },
  13. "devDependencies": {
  14. "mocha": "^6.2.2"
  15. }
  16. }