trie-bot/package.json
Ari Archer 6d4576ee77
init
Signed-off-by: Ari Archer <ari@ari.lt>
2024-05-31 16:49:21 +03:00

29 lines
664 B
JSON

{
"name": "trie-bot",
"version": "1.0.0",
"description": "A matrix bot to automatically build and generate a Trie of all messages.",
"main": "index.mjs",
"scripts": {
"bot": "node index.mjs"
},
"repository": {
"type": "git",
"url": "https://ari.lt/gh/trie-bot"
},
"keywords": [
"matrix",
"trie",
"matrix",
"markov"
],
"author": "Ari Archer",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^9.0.0",
"globals": "^15.0.0"
},
"dependencies": {
"matrix-bot-sdk": "^0.7.1"
}
}