This repository was archived by the owner on May 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "canary-music",
"version": "4.0.20",
"description": "",
"main": "index.js",
"engines": {
"node": "18.x",
"npm": "8.x"
},
"type": "commonjs",
"contributors": [
{
"name": "Z0TEExt"
}
],
"scripts": {
"dev": "set \"NODE_ENV=development\" && nodemon index.js",
"pm2-dev": "set \"NODE_ENV=development\" && pm2 kill && pm2 start index.js --watch && pm2 monit",
"start": "node index.js",
"start-process-pm2": "pm2 link 0wcf875yq1nuv3n vyqyewd15nvzis0 && pm2 kill && pm2-runtime start ecosystem.config.js --env production",
"check-updates-npm": "ncu",
"updates-npm": "ncu -u",
"lint": "eslint .",
"fix": "eslint . --fix",
"log": "heroku logs -n 5000 --tail -a canary-music",
"heroku-restart": "heroku ps:restart -a canary-music",
"heroku-enabled-log": "heroku labs:enable log-runtime-metrics -a canary-music",
"heroku-disable-log": "heroku labs:disable log-runtime-metrics -a canary-music",
"npm:install": "npm i node-pre-gyp install --fallback-to-build",
"npm:clean": "rmdir /s /q node_modules",
"npm:reinstall": "npm install",
"npm:rebuild": "npm run npm:clean && npm run npm:reinstall",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Canary-Bot-Project/Bot.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Canary-Bot-Project/Bot/issues"
},
"homepage": "https://github.com/Canary-Bot-Project/Bot#readme",
"dependencies": {
"@discord-player/extractor": "3.0.2",
"@discordjs/builders": "0.12.0",
"@discordjs/opus": "0.8.0",
"@discordjs/rest": "0.5.0",
"@discordjs/voice": "^0.10.0",
"discord-api-types": "0.33.3",
"discord-player": "5.1.0-dev.1635854838.a0badb8",
"discord.js-light": "4.9.0",
"dotenv": "16.0.2",
"ffmpeg-static": "5.1.0",
"i18n": "0.15.1",
"mongoose": "6.6.1",
"ms": "3.0.0-canary.1",
"node-fetch": "2.6.7",
"opusscript": "0.0.8",
"os-uptime": "2.0.2",
"play-dl": "1.9.5",
"pm2": "5.2.0",
"ytdl-core": "4.11.2"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"nodemon": "2.0.20"
}
}