{ "name": "cath.exe", "version": "3.0.0", "description": "cath.exe bot created by Night", "engines": { "node": "*", "npm": "*" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon .", "start": "node .", "node-update": "npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH", "node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i", "node-update-then-clean": "npm run node-update && npm run node-clean-cache", "canvas": "npm uninstall canvas && npm i canvas", "all": "npm run node-update && npm run node-clean && npm uninstall canvas && npm i canvas && node ." }, "repository": { "type": "git", "url": "git+https://github.com/night0721/cath.git" }, "keywords": [ "cat", "cath", "codm", "discord", "discord bot" ], "author": "Ń1ght#0001", "license": "Apache-2.0", "bugs": { "url": "https://github.com/night0721/cath/issues" }, "homepage": "https://github.com/night0721/cath#readme", "devDependencies": { "eslint": "^7.30.0", "eslint-config-google": "^0.14.0", "jshint": "^2.13.0", "node": "^16.6.1", "prettier": "^2.3.2" }, "dependencies": { "axios": "^0.21.4", "canvacord": "^5.2.3", "canvas": "^2.8.0", "cath": "^1.2.2", "discord-giveaways": "^5.0.1", "discord-xp": "^1.1.16", "discord.js": "^13.1.0", "dotenv": "^10.0.0", "erela.js": "^2.3.3", "erela.js-spotify": "^1.2.0", "figlet": "^1.5.2", "goosecache": "^9.0.14", "leven": "^3.1.0", "lyrics-finder": "^21.7.0", "moment": "^2.29.1", "mongoose": "^5.13.9", "quickchart-js": "^1.4.2", "reconlx": "^2.4.3", "soundcloud-downloader": "^1.0.0", "string-toolkit": "^1.5.0", "weky": "^3.1.8" } }