17 lines
288 B
JSON
17 lines
288 B
JSON
{
|
|
"name": "apradiobot",
|
|
"version": "1.0.0",
|
|
"description": "a bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ./src"
|
|
},
|
|
"author": "notnull",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^3.0.0",
|
|
"eslint": "^6.7.1",
|
|
"irc-framework": "^4.5.2"
|
|
}
|
|
}
|