mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"name": "d.js-v12-bot",
|
|
"version": "0.0.1",
|
|
"description": "A Discord bot built on Discord.JS v12",
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"discord.js",
|
|
"bot"
|
|
],
|
|
"author": "Keanu Timmermans",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"discord.js": "^12.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-tesseract": "^0.0.2"
|
|
}
|
|
}
|