{
  "name": "@quobix/vacuum",
  "version": "0.29.9",
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
  "type": "module",
  "author": "Dave Shanley",
  "license": "MIT",
  "homepage": "https://quobix.com/vacuum",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daveshanley/vacuum.git"
  },
  "engines": {
    "node": ">=24.16.0"
  },
  "scripts": {
    "postinstall": "node ./npm-install/postinstall.js"
  },
  "bin": {
    "vacuum": "bin/vacuum.js"
  },
  "files": [
    "npm-install"
  ],
  "dependencies": {
    "https-proxy-agent": "^9.0.0",
    "tar": "^7.5.16"
  },
  "devDependencies": {
    "@sourcemeta/jsonschema": "^15.6.3"
  },
  "bugs": {
    "url": "https://github.com/daveshanley/vacuum/issues"
  },
  "main": "index.js"
}
