{
  "name": "@midwayjs/serverless-http-parser",
  "version": "4.0.2",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@midwayjs/cookies": "^1.0.2",
    "accepts": "1.3.8",
    "cache-content-type": "1.0.1",
    "encodeurl": "1.0.2",
    "escape-html": "1.0.3",
    "http-errors": "2.0.1",
    "only": "0.0.2",
    "parseurl": "1.3.3",
    "statuses": "2.0.2",
    "type-is": "1.6.18",
    "vary": "1.1.2"
  },
  "devDependencies": {
    "mm": "3.4.0"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "scripts": {
    "build": "tsc",
    "test": "node -r ts-node/register ../../node_modules/jest/bin/jest.js --runInBand",
    "cov": "node -r ts-node/register ../../node_modules/jest/bin/jest.js --runInBand --coverage --forceExit"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:midwayjs/midway.git"
  },
  "license": "MIT",
  "gitHead": "3a141047fcf2857cdfba761f79210d1b3327ad47"
}
