This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues/pull-requests.
WallopsServ/package.json

20 lines
412 B
JSON

{
"name": "wallopsserv",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.semisol.dev:Semisol/WallopsServ.git"
},
"author": "chmod/semisol",
"license": "BSD-3-Clause",
"dependencies": {
"irc-framework": "^4.11.0",
"nodemailer": "^6.6.5"
}
}