{
  "name": "superstatic",
  "version": "7.1.0",
  "description": "A static file server for fancy apps",
  "main": "./lib",
  "scripts": {
    "format": "npm run lint -- --fix --quiet",
    "test": "npm run lint && npm run coverage",
    "test-unit": "mocha \"test/unit/**\"",
    "test-integration": "mocha \"test/integration/**\"",
    "lint": "eslint .",
    "coverage": "nyc mocha \"test/unit/**\" \"test/integration/**\"",
    "watch": "mocha -w \"test/unit/**\" \"test/integration/**\""
  },
  "author": "Firebase (https://www.firebase.com/)",
  "license": "MIT",
  "bin": {
    "superstatic": "bin/server"
  },
  "engines": {
    "node": ">= 8.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/firebase/superstatic.git"
  },
  "bugs": {
    "url": "https://github.com/firebase/superstatic/issues"
  },
  "prettier": {
    "arrowParens": "always"
  },
  "keywords": [
    "static",
    "server",
    "firebase",
    "hosting",
    "pushstate",
    "html5",
    "router",
    "file",
    "directory",
    "hash",
    "hashbang"
  ],
  "dependencies": {
    "basic-auth-connect": "^1.0.0",
    "chalk": "^1.1.3",
    "compare-semver": "^1.0.0",
    "compression": "^1.7.0",
    "connect": "^3.6.2",
    "destroy": "^1.0.4",
    "fast-url-parser": "^1.1.3",
    "fs-extra": "^8.1.0",
    "glob-slasher": "^1.0.1",
    "home-dir": "^1.0.0",
    "is-url": "^1.2.2",
    "join-path": "^1.1.1",
    "lodash": "^4.17.19",
    "mime-types": "^2.1.16",
    "minimatch": "^3.0.4",
    "morgan": "^1.8.2",
    "nash": "^3.0.0",
    "on-finished": "^2.2.0",
    "on-headers": "^1.0.0",
    "path-to-regexp": "^1.8.0",
    "router": "^1.3.1",
    "rsvp": "^4.8.5",
    "string-length": "^1.0.0",
    "update-notifier": "^4.1.1"
  },
  "optionalDependencies": {
    "re2": "^1.15.8"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "concat-stream": "^1.5.1",
    "eslint": "^6.5.1",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-prettier": "^3.1.4",
    "mocha": "^7.2.0",
    "node-fetch": "^2.6.1",
    "nyc": "^15.1.0",
    "prettier": "1.19.1",
    "sinon": "^9.0.3",
    "sinon-chai": "^3.5.0",
    "std-mocks": "^1.0.1",
    "supertest": "^4.0.2"
  }
}
