{
  "name": "speedtest-node",
  "version": "1.4.2",
  "description": "Speed Testing Server",
  "main": "index.js",
  "private": true,
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "prettier": "prettier --ignore-path .gitignore -l \"**/*.{json,md,scss}\" --write",
    "lint": "eslint --ignore-path .gitignore --ignore-path .prettierignore \"**/*.js\"",
    "start": "NODE_ENV=${NODE_ENV:-'development'} node index.js"
  },
  "engines": {
    "node": ">=18.16.0",
    "npm": ">=9.6.0"
  },
  "author": "",
  "jest": {
    "verbose": true,
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "./dist"
    ],
    "coverageReporters": [
      "lcov",
      "html"
    ]
  },
  "dependencies": {
    "@sentry/node": "=5.10.2",
    "accepts": "1.3.7",
    "bunyan": "=1.8.12",
    "bunyan-format": "=0.2.1",
    "connect": "3.7.0",
    "cors": "2.8.5",
    "got": "9.6.0",
    "http-errors": "1.7.3",
    "lodash": "4.17.21",
    "parseurl": "1.3.3",
    "pump": "=3.0.0",
    "rxjs": "=5.5.7",
    "serialize-error": "4.1.0",
    "stale-lru-cache": "=5.1.1",
    "ws": "7.5.9"
  },
  "devDependencies": {
    "babel-eslint": "=10.0.3",
    "cross-spawn": "7.0.1",
    "eslint": "6.7.2",
    "eslint-config-prettier": "6.7.0",
    "eslint-plugin-jest": "23.1.1",
    "eslint-plugin-prettier": "3.1.1",
    "jest": "28.1.3",
    "prettier": "1.19.1",
    "split": "=1.0.1",
    "uuid": "3.3.3"
  }
}
