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": {
|
2021-06-16 06:50:21 +02:00
|
|
|
"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",
|
2022-04-27 19:06:54 +02:00
|
|
|
"update": "git pull && cd api && yarn update",
|
|
|
|
"test": "jest --detectOpenHandles"
|
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-04-22 16:30:31 +02:00
|
|
|
"common-tags": "^1.8.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-04-22 16:34:44 +02:00
|
|
|
"escape-string-regexp": "4.0.0",
|
2022-01-15 01:24:18 +01:00
|
|
|
"humanize-duration": "^3.27.1",
|
2022-04-28 23:25:56 +02:00
|
|
|
"moment": "^2.29.3",
|
2022-04-22 15:50:38 +02:00
|
|
|
"mongodb": "^4.5.0",
|
2022-04-22 16:32:09 +02:00
|
|
|
"node-fetch": "2",
|
2022-03-29 00:47:07 +02:00
|
|
|
"object-hash": "^3.0.0",
|
2022-04-22 15:54:08 +02:00
|
|
|
"similarity": "^1.2.1",
|
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-04-27 19:06:54 +02:00
|
|
|
"jest": "^28.0.2",
|
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
|
|
|
}
|