20 lines
369 B
JSON
20 lines
369 B
JSON
{
|
|
"name": "ircbot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "gz",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^4.0.0",
|
|
"google": "^2.1.0",
|
|
"irc": "^0.5.2",
|
|
"mysql": "^2.13.0",
|
|
"raven": "^1.2.0",
|
|
"sandbox": "^0.8.6"
|
|
}
|
|
}
|