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
21 lines
504 B
{
|
|
"name": "baphomet-js",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Drew Short <warrick@sothr.com>",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"matrix-js-sdk": "2.4.5",
|
|
"trie-prefix-tree": "^1.5.1",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^6.2.2"
|
|
}
|
|
}
|