22 lines
475 B
JSON
22 lines
475 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": "^1.2.1",
|
|
"mysql": "^2.18.1",
|
|
"vm2": "^3.9.5"
|
|
}
|
|
}
|