galactic-bot/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2020-04-08 15:00:20 +02:00
{
"name": "new-gbot",
"version": "3.0.0-dev.1",
2020-04-08 15:00:20 +02:00
"description": "New iteration of GalacticBot",
"main": "index.js",
"scripts": {
2021-06-09 01:46:46 +02:00
"start": "node --trace-warnings index.js",
2021-06-09 17:31:15 +02:00
"dev": "nodemon --trace-warnings 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": {
"canvas": "^2.6.1",
2020-04-12 14:34:12 +02:00
"chalk": "^4.0.0",
2020-04-08 18:08:46 +02:00
"common-tags": "^1.8.0",
2020-11-12 19:13:13 +01:00
"discord.js": "^12.4.1",
2020-04-08 18:08:46 +02:00
"escape-string-regexp": "^3.0.0",
2021-06-06 11:35:55 +02:00
"eslint": "^7.11.0",
2020-08-31 22:19:40 +02:00
"forever": "^3.0.0",
"global": "^4.4.0",
"moment": "^2.24.0",
"mongodb": "^3.5.9",
2020-04-09 16:30:52 +02:00
"mysql": "^2.18.1",
"node-fetch": "^2.6.0",
2020-08-31 22:19:40 +02:00
"pm2": "^4.4.0",
"request": "^2.88.2",
"similarity": "^1.2.1",
2020-06-04 19:59:09 +02:00
"timestring": "^6.0.0",
2020-04-13 22:38:10 +02:00
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
2021-06-09 17:31:15 +02:00
"devDependencies": {
"nodemon": "^2.0.7"
}
2020-04-08 15:00:20 +02:00
}