{
  "name": "@amishfaldu/swagger-docs",
  "version": "1.1.0",
  "description": "A node.js package to create swagger api docs hassle free",
  "main": "./dist/index.js",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "swagger",
    "api docs",
    "swagger api docs",
    "open api",
    "express swagger",
    "openapi"
  ],
  "author": "Amish Faldu (amish.faldu@gmail.com)",
  "license": "Apache-2.0",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/AmishFaldu"
  },
  "dependencies": {
    "reflect-metadata": "0.1.13",
    "swagger-ui-dist": "4.18.3"
  },
  "devDependencies": {
    "@types/express": "4.17.14",
    "@typescript-eslint/eslint-plugin": "5.59.6",
    "@typescript-eslint/parser": "5.59.6",
    "eslint": "8.41.0",
    "typescript": "5.0.4"
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/AmishFaldu/swagger-docs.git"
  },
  "bugs": {
    "url": "https://github.com/AmishFaldu/swagger-docs/issues"
  },
  "homepage": "https://github.com/AmishFaldu/swagger-docs#readme"
}
