w0bmircbot/package.json
2024-07-25 00:30:36 +00:00

22 lines
515 B
JSON

{
"name": "w0bmircbot",
"version": "1.0.0",
"description": "the IRC Bot you can find in #w0bm on n0xy.net",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "GottZ",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://gitfap.de/w0bm/w0bmircbot.git"
},
"dependencies": {
"dotenv": "^10.0.0",
"matrix-org-irc": "git+https://github.com/jkhsjdhjs/node-irc.git",
"mysql": "^2.18.1",
"vm2": "^3.9.19"
}
}