mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"name": "d.js-v12-bot",
|
|
"version": "0.0.1",
|
|
"description": "A Discord bot built on Discord.JS v12",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"discord.js": "^12.2.0",
|
|
"inquirer": "^7.3.1",
|
|
"moment": "^2.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/node": "^14.0.22",
|
|
"@types/ws": "^7.2.6",
|
|
"tsc-watch": "^4.2.9",
|
|
"typescript": "^3.9.6"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"autobuild": "tsc && npm start",
|
|
"start": "node dist/index.js",
|
|
"dev": "tsc-watch --onSuccess \"node dist/index.js dev\""
|
|
},
|
|
"keywords": [
|
|
"discord.js",
|
|
"bot"
|
|
],
|
|
"author": "Keanu Timmermans",
|
|
"license": "MIT"
|
|
}
|