forked from Cryptkeeper/Minetrack
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.5 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
{
"name": "minetrack",
"version": "5.6.1",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"dependencies": {
"@minescope/mineping": "^1.4.1",
"finalhandler": "^1.2.0",
"mysql": "^2.18.1",
"serve-static": "^1.15.0",
"sqlite3": "^5.1.7",
"uplot": "1.0.11",
"winston": "^2.4.7",
"ws": "^7.5.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cryptkeeper/Minetrack.git"
},
"keywords": [
"minetrack"
],
"author": "Nick Krecklow <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cryptkeeper/Minetrack/issues"
},
"homepage": "https://github.com/Cryptkeeper/Minetrack#README",
"engines": {
"node": ">=12.4.0"
},
"targets": {
"main": {
"engines": {
"browsers": "defaults"
},
"includeNodeModules": true
}
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"parcel": "^2.12.0"
},
"scripts": {
"build": "eslint assets/js/*.js && parcel build assets/html/index.html --dist-dir dist",
"dev": "parcel build assets/html/index.html --no-optimize --dist-dir dist"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^5.0.10"
}
}