{
  "name": "@apielements/openapi3-parser",
  "version": "0.16.1",
  "description": "Open API Specification 3 API Elements Parser",
  "author": "Apiary.io <support@apiary.io>",
  "license": "MIT",
  "main": "./lib/adapter.js",
  "files": [
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/apiaryio/api-elements.js/tree/master/packages/fury-adapter-oas3-parser",
  "repository": {
    "type": "git",
    "url": "https://github.com/apiaryio/api-elements.js.git",
    "directory": "packages/fury-adapter-oas3-parser"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "mocha test/unit test/integration",
    "test:unit": "mocha test/unit",
    "test:integration": "mocha test/integration",
    "test:integration:fix": "env GENERATE=1 mocha test/integration"
  },
  "dependencies": {
    "content-type": "^1.0.4",
    "media-typer": "^1.0.1",
    "ramda": "0.27.0",
    "yaml-js": "^0.2.3"
  },
  "peerDependencies": {
    "@apielements/core": ">=0.1.0 <0.3.0"
  },
  "devDependencies": {
    "@apielements/core": ">=0.1.0 <0.3.0",
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "mocha": "^7.1.1"
  },
  "engines": {
    "node": ">=8"
  },
  "gitHead": "1245a1d5add96f26a2b7eb5ad167bfed4ac49a6c"
}
