w0bmircbot/package.json

23 lines
501 B
JSON
Raw Normal View History

2016-11-18 10:58:50 +00:00
{
2018-03-15 15:24:59 +00:00
"name": "w0bmircbot",
2016-11-18 10:58:50 +00:00
"version": "1.0.0",
2018-03-15 15:24:59 +00:00
"description": "the IRC Bot you can find in #w0bm on n0xy.net",
2016-11-18 10:58:50 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2018-03-15 15:24:59 +00:00
"author": "GottZ",
2016-11-18 10:58:50 +00:00
"license": "ISC",
2018-03-15 15:24:59 +00:00
"repository": {
"type": "git",
"url": "https://gitfap.de/w0bm/w0bmircbot.git"
},
2023-07-18 13:01:42 +00:00
"dependencies": {
"dotenv": "^10.0.0",
"irc-upd": "^0.11.0",
"matrix-org-irc": "^1.2.1",
"mysql": "^2.18.1",
"vm2": "^3.9.5"
2016-11-18 10:58:50 +00:00
}
}