forked from Galactic/galactic-bot
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "new-gbot",
|
|
"version": "3.1.0-dev.1",
|
|
"description": "New iteration of GalacticBot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon --trace-warnings --unhandled-rejections=strict index.js",
|
|
"debug": "node --trace-warnings --inspect index.js",
|
|
"update": "git pull && cd api && yarn update",
|
|
"test": "jest --detectOpenHandles"
|
|
},
|
|
"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": "^0.2.1",
|
|
"@discordjs/rest": "^0.1.0-canary.0",
|
|
"chalk": "^4.1.2",
|
|
"common-tags": "^1.8.2",
|
|
"discord.js": "^13.5.1",
|
|
"dotenv": "^10.0.0",
|
|
"escape-string-regexp": "4.0.0",
|
|
"humanize-duration": "^3.27.1",
|
|
"moment": "^2.29.2",
|
|
"mongodb": "^4.5.0",
|
|
"node-fetch": "2",
|
|
"object-hash": "^3.0.0",
|
|
"similarity": "^1.2.1",
|
|
"timestring": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^7.32.0",
|
|
"jest": "^28.0.2",
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|