DCBeachball/package.json

19 lines
485 B
JSON

{
"name": "linecon-bot",
"version": "1.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"
},
"repository": "https://github.com/fox3455/LineconBotDC28",
"keywords": [],
"author": "Technically, Fox3455",
"license": "MIT",
"dependencies": {
"discord.js": "^12.2.0",
"lodash": "^4.17.20"
}
}