mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "travebot",
|
|
"version": "3.2.3",
|
|
"description": "TravBot Discord bot.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "rimraf dist && tsc --project tsconfig.prod.json && npm prune --production",
|
|
"start": "node .",
|
|
"once": "tsc && npm start",
|
|
"dev": "tsc-watch --onSuccess \"npm run dev-instance\"",
|
|
"dev-fast": "tsc-watch --onSuccess \"node . dev\"",
|
|
"dev-instance": "rimraf dist && tsc && node . dev",
|
|
"test": "jest",
|
|
"format": "prettier --write **/*",
|
|
"postinstall": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "^2.8.0",
|
|
"chalk": "^4.1.2",
|
|
"discord.js": "^13.3.0",
|
|
"figlet": "^1.5.2",
|
|
"glob": "^7.2.0",
|
|
"inquirer": "^8.2.0",
|
|
"moment": "^2.29.1",
|
|
"ms": "^2.1.3",
|
|
"node-wolfram-alpha": "^1.2.5",
|
|
"onion-lasers": "npm:onion-lasers-v13@^2.2.1",
|
|
"pet-pet-gif": "^1.0.9",
|
|
"relevant-urban": "^2.0.0",
|
|
"weather-js": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/figlet": "^1.5.4",
|
|
"@types/glob": "^7.2.0",
|
|
"@types/inquirer": "^8.1.3",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/mathjs": "^9.4.1",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "^16.11.6",
|
|
"@types/ws": "^8.2.0",
|
|
"husky": "^7.0.4",
|
|
"jest": "^27.3.1",
|
|
"prettier": "2.4.1",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^27.0.7",
|
|
"tsc-watch": "^4.5.0",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
},
|
|
"author": "Keanu Timmermans",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"discord.js",
|
|
"bot"
|
|
]
|
|
}
|