{ "name": "new-gbot", "version": "3.4.0", "description": "New iteration of GalacticBot", "main": "build/index.js", "type": "module", "scripts": { "start": "yarn build && node --enable-source-maps build/index.js", "dev": "nodemon --delay 5 -e js --trace-warnings --unhandled-rejections=strict build/index.js", "debug": "node --trace-warnings --inspect index.js", "update": "git pull && cd api && yarn update", "test": "jest --detectOpenHandles", "lint": "eslint --fix src/", "build": "tsc --build", "watch": "tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/Navy-gif/New-GBot.git" }, "author": "Navy.gif", "license": "GPLv3", "bugs": { "url": "https://github.com/Navy-gif/New-GBot/issues" }, "homepage": "https://github.com/Navy-gif/New-GBot#readme", "dependencies": { "@discordjs/collection": "^1.5.1", "@discordjs/rest": "^1.7.1", "@navy.gif/logger": "^2.5.4", "@navy.gif/timestring": "^6.0.6", "@types/node": "^22.7.4", "bufferutil": "^4.0.8", "chalk": "^5.3.0", "common-tags": "^1.8.2", "discord.js": "^14.16.3", "dotenv": "^16.3.1", "escape-string-regexp": "4.0.0", "humanize-duration": "^3.28.0", "moment": "^2.29.4", "mongodb": "^6.3.0", "mysql": "^2.18.1", "node-fetch": "^3.3.1", "object-hash": "^3.0.0", "similarity": "^1.2.1", "typescript": "^5.6.2", "utf-8-validate": "^6.0.3", "zlib-sync": "^0.1.9" }, "devDependencies": { "@babel/core": "^7.25.7", "@babel/preset-env": "^7.25.7", "@babel/preset-typescript": "^7.25.7", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.12.0", "@types/babel__core": "^7", "@types/babel__preset-env": "^7", "@types/common-tags": "^1.8.1", "@types/humanize-duration": "^3.27.1", "@types/mysql": "^2.15.21", "@types/object-hash": "^3.0.2", "@types/similarity": "^1.2.1", "@typescript-eslint/eslint-plugin": "^8.8.0", "@typescript-eslint/parser": "^8.8.0", "eslint": "^9.12.0", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-node": "^11.1.0", "globals": "^15.10.0", "jest": "^28.0.2", "nodemon": "^2.0.7" }, "packageManager": "yarn@4.3.1" }