galactic-bot/package.json

40 lines
1.1 KiB
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",
"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",
2022-01-15 01:24:18 +01:00
"humanize-duration": "^3.27.1",
2021-08-16 23:01:08 +02:00
"moment": "^2.29.1",
"mongodb": "^3.5.9",
2022-03-29 00:47:07 +02:00
"object-hash": "^3.0.0",
2022-01-12 16:01:36 +01:00
"timestring": "^6.0.0"
},
"devDependencies": {
2022-01-15 01:24:18 +01:00
"babel-eslint": "^10.1.0",
2022-01-12 16:01:36 +01:00
"eslint": "^7.32.0",
2022-01-15 01:24:18 +01:00
"nodemon": "^2.0.7"
2021-06-09 17:31:15 +02:00
}
2020-04-08 15:00:20 +02:00
}