brainlet-irc/package.json

20 lines
434 B
JSON
Raw Permalink 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": {
2021-01-25 21:42:10 +02:00
"irc": "0.5.0",
"replaceall": "^0.1.6"
2021-01-20 03:53:33 +02:00
}
}