{
  "name": "@sctg/openapi-snippet",
  "version": "1.0.1",
  "description": "Generates code snippets from Open API (previously Swagger) documents.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/sctg-development/openapi-snippet"
  },
  "keywords": [
    "HTTP",
    "code snippets",
    "OpenAPI Specification",
    "Swagger"
  ],
  "author": "Erik Wittern",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "test": "node test/test.js | tap-spec",
    "build": "tsc && webpack --config webpack.config.mjs"
  },
  "dependencies": {
    "@sctg/httpsnippet": "^3.0.12",
    "buffer": "^6.0.3",
    "https-browserify": "^1.0.0",
    "openapi-sampler": "^1.6.2",
    "path-browserify": "^1.0.1",
    "querystring-es3": "^0.2.1",
    "stream-http": "^3.2.0",
    "url": "^0.11.4",
    "util": "^0.12.5"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.25.8",
    "@types/node": "^20.0.0",
    "babel-loader": "^10.0.0",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "crypto-browserify": "^3.12.0",
    "events": "^3.3.0",
    "vm-browserify": "^1.1.0",
    "tap-spec": "^5.0.0",
    "tape": "^5.9.0",
    "typescript": "^5.0.0",
    "uglifyify": "^5.0.0",
    "webpack": "^5.95.0",
    "webpack-cli": "^6.0.1"
  },
  "publishConfig": {
    "tag": "latest",
    "access": "public"
  }
}