{
  "name": "koas-parameters",
  "version": "0.7.0",
  "keywords": [
    "koa",
    "koas",
    "oai",
    "openapi"
  ],
  "homepage": "https://gitlab.com/remcohaszing/koas/tree/master/packages/koas-parameters",
  "bugs": {
    "url": "https://gitlab.com/remcohaszing/koas/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/remcohaszing/koas.git",
    "directory": "packages/koas-parameters"
  },
  "license": "MIT",
  "author": "Remco Haszing <remcohaszing@gmail.com>",
  "main": "lib",
  "files": [
    "lib"
  ],
  "scripts": {
    "prepack": "tsc --project tsconfig.build.json"
  },
  "dependencies": {
    "openapi-types": "^12.0.0"
  },
  "devDependencies": {
    "axios-test-instance": "^5.0.0",
    "koa": "^2.0.0"
  },
  "peerDependencies": {
    "koa": "^2",
    "koas-core": "^0.7.0"
  },
  "engines": {
    "node": ">=14"
  }
}
