galactic-bot/package.json

47 lines
1.3 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-07-28 09:47:08 +02:00
"dev": "nodemon --delay 10 --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",
2022-04-29 19:09:06 +02:00
"test": "jest --detectOpenHandles",
"lint": "eslint --fix-dry-run src/**"
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",
2022-07-21 13:04:23 +02:00
"@navy.gif/timestring": "^6.0.0",
2021-08-16 23:01:08 +02:00
"chalk": "^4.1.2",
2022-04-22 16:30:31 +02:00
"common-tags": "^1.8.2",
2022-07-21 13:04:23 +02:00
"discord.js": "^14.0.3",
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",
"moment": "^2.29.4",
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-07-21 13:04:23 +02:00
"similarity": "^1.2.1"
2022-01-12 16:01:36 +01:00
},
"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
}