Files
DCBeachball/package.json
T
fox3455andGitHub b2e978cabe Updated an error in reporting.
Updated an error in reporting.
2020-08-05 17:58:49 -04:00

17 lines
398 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": "Technically, Fox3455",
"license": "MIT",
"dependencies": {
"discord.js": "^12.2.0"
}
}