{
  "name": "openapi-fastify-codegen",
  "main": "./lib/codegen.js",
  "type": "module",
  "version": "1.0.2",
  "license": "MIT",
  "description": "An OpenAPI v3 code generator for Node.js with Fastify framework",
  "bin": {
    "ofc": "./cli.js"
  },
  "bugs": {
    "url": "https://github.com/ozonep/openapi-fastify-codegen/issues"
  },
  "engines": {
    "node": ">=13.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ozonep/openapi-fastify-codegen.git"
  },
  "keywords": [
    "openapi",
    "fastify",
    "node.js"
  ],
  "author": {
    "name": "Ivan Malkov",
    "email": "ozonep@yandex.ru"
  },
  "homepage": "https://github.com/ozonep/openapi-fastify-codegen",
  "dependencies": {
    "@openapi-contrib/openapi-schema-to-json-schema": "^3.0.0",
    "api-schema-builder": "^1.2.1",
    "commander": "^4.1.1",
    "fs.extra": "^1.3.2",
    "handlebars": "^4.7.3",
    "js-beautify": "^1.10.3",
    "js-yaml": "^3.13.1",
    "json-schema-merge-allof": "^0.7.0",
    "json-schema-ref-parser": "^7.1.3",
    "lodash": "^4.17.15",
    "project-name-generator": "^2.1.7",
    "word-wrap": "^1.2.3"
  }
}
