{ "name": "vylbot-app", "version": "3.1.0", "description": "A discord bot made for Vylpes' Den", "main": "./dist/vylbot", "typings": "./dist", "scripts": { "clean": "rm -rf node_modules/ dist/", "build": "tsc", "start": "node ./dist/vylbot", "test": "jest", "db:up": "typeorm migration:run", "db:down": "typeorm migration:revert" }, "repository": { "type": "git", "url": "https://github.com/Vylpes/vylbot-app" }, "author": "Vylpes", "license": "MIT", "bugs": { "url": "https://github.com/Vylpes/vylbot-app/issues", "email": "helpdesk@vylpes.com" }, "homepage": "https://github.com/Vylpes/vylbot-app", "funding": "https://ko-fi.com/vylpes", "dependencies": { "@discordjs/rest": "^1.1.0", "@types/jest": "^27.0.3", "@types/uuid": "^8.3.4", "discord.js": "^14.3.0", "dotenv": "^16.0.0", "emoji-regex": "^9.2.0", "jest": "^27.4.5", "jest-mock-extended": "^3.0.0", "minimatch": "3.1.2", "mysql": "^2.18.1", "random-bunny": "^2.0.0", "ts-jest": "^29.0.0", "typeorm": "^0.2.44", "uuid": "^8.3.2" }, "devDependencies": { "@types/node": "^18.0.0", "typescript": "^4.5.2" } }