{
  "name": "swagger-fluent",
  "version": "5.0.3",
  "description": "A fluent client for OpenAPI and Swagger",
  "main": "./lib/index.js",
  "scripts": {
    "lint": "standard --fix",
    "release": "standard-version --tag-prefix=''",
    "test": "standard && mocha 'lib/**/*.test.js'"
  },
  "repository": "silasbw/swagger-fluent",
  "files": [
    "lib"
  ],
  "keywords": [
    "swagger",
    "openapi",
    "client"
  ],
  "author": "Silas Boyd-Wickizer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/silasbw/swagger-fluent/issues"
  },
  "homepage": "https://github.com/silasbw/swagger-fluent#readme",
  "devDependencies": {
    "chai": "4.2.0",
    "mocha": "7.1.2",
    "nock": "12.0.3",
    "node-fetch": "2.6.0",
    "sinon": "9.0.2",
    "standard": "14.3.3",
    "standard-version": "7.1.0"
  },
  "dependencies": {
    "deepmerge": "^4.2.2",
    "is-plain-object": "^3.0.0",
    "request": "^2.88.0"
  }
}
