mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
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.5.1",
|
|
"discord.js-lavalink-lib": "^0.1.8",
|
|
"glob": "^7.1.6",
|
|
"inquirer": "^7.3.3",
|
|
"moment": "^2.29.1",
|
|
"ms": "^2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.3",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "^14.14.20",
|
|
"@types/ws": "^7.4.0",
|
|
"husky": "^5.0.6",
|
|
"jest": "^26.6.3",
|
|
"prettier": "2.1.2",
|
|
"ts-jest": "^26.4.4",
|
|
"tsc-watch": "^4.2.9",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.prod.json && npm prune --production",
|
|
"start": "node .",
|
|
"once": "tsc && npm start",
|
|
"dev": "tsc-watch --onSuccess \"node . dev\"",
|
|
"test": "jest",
|
|
"format": "prettier --write **/*",
|
|
"postinstall": "husky install"
|
|
},
|
|
"keywords": [
|
|
"discord.js",
|
|
"bot"
|
|
],
|
|
"author": "Keanu Timmermans",
|
|
"license": "MIT"
|
|
}
|