cactus-irc/package.json

20 lines
397 B
JSON

{
"name": "cactus-irc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://tildegit.org/forero/cactus-irc"
},
"author": "Santiago Forero",
"license": "MIT",
"dependencies": {
"irc-framework": "^4.11.0",
"quick.db": "^7.1.3"
}
}