forked from Galactic/galactic-bot
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"name": "new-gbot",
|
|
"version": "3.3.0-dev.1",
|
|
"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 --ignore *.json --trace-warnings --unhandled-rejections=strict 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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Navy-gif/New-GBot.git"
|
|
},
|
|
"author": "Navy.gif & Nolan",
|
|
"license": "ISC",
|
|
"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": "^18.15.11",
|
|
"chalk": "^5.3.0",
|
|
"common-tags": "^1.8.2",
|
|
"discord.js": "^14.14.1",
|
|
"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.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@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": "^5.58.0",
|
|
"@typescript-eslint/parser": "^5.58.0",
|
|
"eslint": "^8.42.0",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"jest": "^28.0.2",
|
|
"nodemon": "^2.0.7"
|
|
},
|
|
"packageManager": "yarn@3.6.0"
|
|
}
|