KillServ/package.json

19 lines
419 B
JSON
Raw Permalink Normal View History

2021-10-08 16:56:03 +00:00
{
"name": "killserv",
"version": "1.0.0",
"description": "19:54 <~MemoServ> a bot that KILLs you on request",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.semisol.dev:Semisol/KillServ.git"
},
"author": "chmod",
"license": "GPL-3.0-only",
"dependencies": {
"irc-framework": "^4.11.0"
}
}