17 lines
415 B
JSON
17 lines
415 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, DeviousComputer",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord.js": "^12.2.0"
|
|
}
|
|
}
|