{
  "name": "openapi-to-graphql-cli",
  "version": "3.0.5",
  "description": "CLI for turning APIs described by OpenAPI Specifications (OAS) into GraphQL interfaces",
  "sideEffects": false,
  "dependencies": {
    "commander": "^6.1.0",
    "cors": "^2.8.5",
    "cross-fetch": "3.1.4",
    "express": "^4.16.4",
    "express-graphql": "^0.11.0",
    "graphql": "^16.5.0",
    "js-yaml": "^3.14.0",
    "openapi-to-graphql": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ibm/openapi-to-graphql"
  },
  "homepage": "https://github.com/ibm/openapi-to-graphql",
  "keywords": [
    "ibm",
    "strongloop",
    "loopback",
    "oas",
    "openapi specification",
    "graphql",
    "translation",
    "wrap",
    "create",
    "rest",
    "restful",
    "api",
    "apiharmony"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "main": "index.js",
  "module": "index.mjs",
  "typings": "index.d.ts",
  "typescript": {
    "definition": "index.d.ts"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./*": {
      "require": "./*.js",
      "import": "./*.mjs"
    },
    "./package.json": "./package.json"
  },
  "bin": {
    "openapi-to-graphql": "./index.js"
  }
}
