brainlet-irc/package.json

20 lines
431 B
JSON
Raw Normal View History

2021-01-20 03:53:33 +02:00
{
"name": "brainlet-irc",
"version": "1.0.0",
"description": "Brainlet to IRC translation layer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.hippoz.xyz/hiimgoodpack/brainlet-irc.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"irc": "^0.5.2",
"ircdjs": "0.0.17"
}
}