irc-bot/package.json

28 lines
549 B
JSON

{
"name": "irc-bot",
"version": "1.0.0",
"description": "aewens's IRC bot for irc.tilde.team",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@tilde.team:aewens/irc-bot.git"
},
"keywords": [
"irc",
"bot",
"aewens"
],
"author": "aewens",
"license": "BSD-3-Clause",
"dependencies": {
"axios": "^0.18.0",
"irc": "^0.5.2",
"nodemailer": "^4.6.7",
"pushbullet": "^2.2.0"
}
}