matrix-spam-ml/bot/package.json

27 lines
604 B
JSON

{
"name": "spam-ml-bot",
"version": "0.1.0",
"description": "A Matrix Bot that warns admins about possible spam",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc"
},
"author": "MTRNord <mtrnord@nordgedanken.dev>",
"license": "Apache-2.0",
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"typescript": "^4.9.4"
},
"dependencies": {
"@tensorflow/tfjs-node": "^4.1.0",
"js-yaml": "^4.1.0",
"matrix-bot-sdk": "^0.6.2"
},
"overrides": {
"matrix-bot-sdk": {
"@matrix-org/matrix-sdk-crypto-nodejs": "0.1.0-beta.1"
}
}
}