This repository was archived by the owner on Aug 7, 2022. 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
57 lines (57 loc) · 1.76 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.76 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
{
"name": "nightmc-bot",
"version": "1.0.0",
"description": "NightMC Bot for NightMC Network.",
"main": "app.js",
"scripts": {
"start": "echo Please select one of the following: Start Production: yarn run start:production, Start Test: yarn run start:test, Start Development: yarn run start:dev",
"start:dev": "cls && nodemon app.js",
"start:test": "cls && node app.js",
"start:production": "echo Select One: Linux: yarn run start:production:linux, Windows: yarn run start:production:win.",
"start:production:win": "npm run clear:win && yarn run production",
"start:production:linux": "npm run clear:linux && npm run production",
"clear:win": "cls",
"clear:linux": "clear",
"production": "node ./app.js --trace-warnings --trace-uncaught --trace-deprecation"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NightMCOfficial/Bot.git"
},
"keywords": [
"NightMC",
"NightMC-Network",
"MC",
"Minecraft",
"Minecraft-Network",
"Minecraft-Server"
],
"author": "Liam L <TheFallenSpirit>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NightMCOfficial/Bot/issues"
},
"homepage": "https://github.com/NightMCOfficial/Bot#readme",
"optionalDependencies": {
"pm2": "^4.5.5"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"avconv": "^3.1.0",
"axios": "^0.21.1",
"discord.js": "^12.5.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.2.8",
"moment": "^2.29.1",
"mongoose": "^5.12.3",
"ms": "^2.1.3",
"random-jokes-api": "^1.5.9",
"something-random-on-discord": "^3.3.2",
"ytdl-core-discord": "^1.3.0",
"zoro-api": "^0.3.5",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"figlet": "^1.5.0",
"nodemon": "^2.0.7"
}
}