apradiobot/package.json
2019-12-09 14:11:58 -05:00

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"
}
}