galactic-bot/package.json
2021-06-09 18:31:15 +03:00

46 lines
1.2 KiB
JSON

{
"name": "new-gbot",
"version": "3.0.0-dev.1",
"description": "New iteration of GalacticBot",
"main": "index.js",
"scripts": {
"start": "node --trace-warnings index.js",
"dev": "nodemon --trace-warnings index.js",
"debug": "node --trace-warnings --inspect index.js",
"update": "git pull && cd api && yarn update"
},
"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"
},
"homepage": "https://github.com/Navy-gif/New-GBot#readme",
"dependencies": {
"canvas": "^2.6.1",
"chalk": "^4.0.0",
"common-tags": "^1.8.0",
"discord.js": "^12.4.1",
"escape-string-regexp": "^3.0.0",
"eslint": "^7.11.0",
"forever": "^3.0.0",
"global": "^4.4.0",
"moment": "^2.24.0",
"mongodb": "^3.5.9",
"mysql": "^2.18.1",
"node-fetch": "^2.6.0",
"pm2": "^4.4.0",
"request": "^2.88.2",
"similarity": "^1.2.1",
"timestring": "^6.0.0",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}