{
  "name": "@npm/spife",
  "version": "12.3.0",
  "description": ":curry: :knife_fork_plate: a jshttp based µframework :knife_fork_plate: :spaghetti:",
  "main": "spife.js",
  "scripts": {
    "test": "tap ${TAP_FLAGS:-'--'} test",
    "lint": "standard",
    "posttest": "npm run lint",
    "cov:test": "TAP_FLAGS='--cov' npm t",
    "cov:html": "TAP_FLAGS='--coverage-report=html' npm t",
    "release": "standard-version"
  },
  "bin": {
    "spife-report-query-metrics": "./bin/show-query-metrics.js",
    "spife": "./bin/manage.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/npm/spife.git"
  },
  "keywords": [
    "jshttp",
    "microframework",
    "http"
  ],
  "author": "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/spife/issues"
  },
  "homepage": "https://github.com/npm/spife#readme",
  "devDependencies": {
    "standard": "^10.0.2",
    "standard-version": "^4.0.0",
    "tap": "^12.1.0"
  },
  "dependencies": {
    "@iterables/chain": "^1.0.1",
    "@npm/decorate": "^2.0.1",
    "@npm/pg-db-session": "^1.3.1",
    "@npm/spife-dev-logger": "^1.0.0",
    "accepts": "^1.3.3",
    "ansi-styles": "^3.0.0",
    "bistre": "^1.0.1",
    "bluebird": "^3.5.1",
    "bole": "^3.0.2",
    "chokidar": "^2.0.3",
    "concat-stream": "^1.6.2",
    "cookie": "^0.3.1",
    "cryptiles": "^4.1.2",
    "dedent": "^0.7.0",
    "dotenv": "^4.0.0",
    "find-up": "^2.1.0",
    "format-link-header": "^2.0.0",
    "glob": "^7.1.1",
    "minipass": "^2.2.1",
    "mississippi": "^1.2.0",
    "numbat-emitter": "^5.2.1",
    "numbat-process": "^2.2.2",
    "ormnomnom": "^5.2.1",
    "parse-link-header": "^1.0.1",
    "percentile": "^1.2.0",
    "pg": "^6.1.5",
    "range-parser": "^1.2.0",
    "replify": "^1.2.0",
    "reverse": "^4.0.1",
    "shot": "^4.0.5",
    "statuses": "^1.3.1",
    "table": "^4.0.1",
    "tacks": "^1.2.6",
    "uuid": "^3.0.1",
    "yargs": "^10.0.1"
  }
}
