-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 KB
/
package.json
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
{
"name": "spigot-updater",
"version": "2.0.0",
"private": true,
"description": "An automated update system for Pterodactyl Minecraft servers and their plugins.",
"main": "src/index.js",
"dependencies": {
"discord.js": "^13.5.0",
"dotenv": "^10.0.0",
"download": "^8.0.0",
"form-data": "^4.0.0",
"hasha": "^5.2.2",
"leekslazylogger": "^4.1.3",
"minecraft-server-util": "^5.2.8",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.6",
"puppeteer": "^13.0.1",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-adblocker": "^2.11.9",
"puppeteer-extra-plugin-stealth": "^2.9.0",
"sequelize": "^6.3.5",
"unzipper": "^0.10.11"
},
"devDependencies": {
"eslint": "^8.6.0",
"nodemon": "^2.0.6"
},
"scripts": {
"start": "node src/",
"test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/left4craft/spigot-updater.git"
},
"keywords": [
"left4craft",
"spigot",
"discord",
"bot",
"pterodactyl"
],
"author": "eartharoid",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/left4craft/spigot-updater/issues"
},
"homepage": "https://github.com/left4craft/spigot-updater/#readme",
"funding": "https://github.com/left4craft/spigot-updater/?sponsor=1"
}