4d13965e6b
* Add ServerRegistration, begin refactoring to match frontend * move graphData logic into ServerRegistration * move ping updates/history into ServerRegistration * start updating main app entry methods * fix default rates.updateMojangStatus * fix record loading delays on freshly booted instances * move database loading logic to method + callback * use data in frontend for type lookup instead of ping * cleanup app.js * reorganize methods to improve flow * avoid useless mojang updates, remove legacy fields * rename legacy fields for consistency * finish restructure around App model * ensure versions are sorted by release order * filter errors sent to frontend to avoid data leaks * fix version listing behavior on frontend * 5.1.0
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "minetrack",
|
|
"version": "5.1.0",
|
|
"description": "A Minecraft server tracker that lets you focus on the basics.",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"finalhandler": "^1.1.2",
|
|
"mc-ping-updated": "0.1.1",
|
|
"mcpe-ping-fixed": "0.0.3",
|
|
"request": "2.88.2",
|
|
"serve-static": "^1.14.1",
|
|
"socket.io": "2.3.0",
|
|
"sqlite3": "4.1.1",
|
|
"winston": "^2.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Cryptkeeper/Minetrack.git"
|
|
},
|
|
"keywords": [
|
|
"minetrack"
|
|
],
|
|
"author": "Nick Krecklow <hello@npm.nklow.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Cryptkeeper/Minetrack/issues"
|
|
},
|
|
"homepage": "https://github.com/Cryptkeeper/Minetrack#README",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"parcel-bundler": "^1.12.4"
|
|
},
|
|
"scripts": {
|
|
"build": "eslint assets/js/*.js && parcel build assets/html/index.html",
|
|
"dev": "parcel build assets/html/index.html --no-minify"
|
|
}
|
|
}
|