galactic-bot/package.json

36 lines
997 B
JSON
Raw Normal View History

2020-04-08 15:00:20 +02:00
{
"name": "new-gbot",
2021-08-16 23:01:08 +02:00
"version": "3.1.0-dev.1",
2020-04-08 15:00:20 +02:00
"description": "New iteration of GalacticBot",
"main": "index.js",
"scripts": {
"start": "node index.js",
2022-01-11 21:55:38 +01:00
"dev": "nodemon --trace-warnings --unhandled-rejections=strict index.js",
2021-06-06 10:46:41 +02:00
"debug": "node --trace-warnings --inspect index.js",
"update": "git pull && cd api && yarn update"
2020-04-08 15:00:20 +02:00
},
"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"
},
2020-04-08 16:27:34 +02:00
"homepage": "https://github.com/Navy-gif/New-GBot#readme",
"dependencies": {
2021-08-16 23:01:08 +02:00
"@discordjs/collection": "^0.2.1",
"@discordjs/rest": "^0.1.0-canary.0",
"babel-eslint": "^10.1.0",
2021-08-16 23:01:08 +02:00
"chalk": "^4.1.2",
2022-01-11 21:55:38 +01:00
"discord.js": "^13.5.1",
2021-08-16 23:01:08 +02:00
"dotenv": "^10.0.0",
2021-08-25 22:15:15 +02:00
"escape-string-regexp": "^5.0.0",
2021-08-16 23:01:08 +02:00
"eslint": "^7.32.0",
"moment": "^2.29.1",
"mongodb": "^3.5.9",
2021-06-09 17:31:15 +02:00
"nodemon": "^2.0.7"
}
2020-04-08 15:00:20 +02:00
}