Minetrack/package.json
dependabot[bot] f95ee8fbb8
Bump sqlite3 from 5.0.3 to 5.1.5
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.3 to 5.1.5.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.3...v5.1.5)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-23 21:48:00 +00:00

60 lines
1.5 KiB
JSON

{
"name": "minetrack",
"version": "5.6.1",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"dependencies": {
"finalhandler": "^1.1.2",
"mcpe-ping-fixed": "0.0.3",
"mcping-js": "^1.4.1",
"request": "2.88.2",
"serve-static": "^1.14.1",
"sqlite3": "^5.1.5",
"uplot": "1.0.11",
"winston": "^2.4.4",
"ws": "^7.4.6"
},
"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",
"engines": {
"node": ">=12.4.0"
},
"targets": {
"main": {
"engines": {
"browsers": "defaults"
},
"includeNodeModules": true
}
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"parcel": "^2.8.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.1",
"utf-8-validate": "^5.0.2"
}
}