Files
DCBeachball/package.json
T
fox3455andGitHub 07c3f3c9cb Added our newest collaborator.
Added DVS to the collaborator list.
2020-08-03 17:07:37 -04:00

17 lines
422 B
JSON

{
"name": "linecon-bot",
"version": "0.0.2",
"description": "A fun bot for the DEF CON 28 discord server",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --trace-warnings ./src/index.js"
},
"keywords": [],
"author": "Alex 'technicolor', Fox3455, DeviousComputer",
"license": "MIT",
"dependencies": {
"discord.js": "^12.2.0"
}
}