{
  "name": "audit-export",
  "version": "5.0.1",
  "description": "Pretty export your npm audit output as an offline accessible html page",
  "main": "src/index.js",
  "bin": {
    "audit-export": "src/index.js"
  },
  "scripts": {
    "format": "npx @biomejs/biome check --write ./src/ ./tests/",
    "prepare": "git init && git config --local core.hooksPath .hooks/",
    "playwright:install": "npx playwright install",
    "test:prepare:nodev10": "cat .playwright/fixtures/npm-audit-node-v10.json | node ./src/index.js --path ./npm-audit-node-v10.html --title playwright-test",
    "test:prepare:nodev16": "cat .playwright/fixtures/npm-audit-node-v16.json | node ./src/index.js --path ./npm-audit-node-v16.html --title playwright-test",
    "test:prepare:pnpmv10": "cat .playwright/fixtures/pnpm-audit-v10.json | node ./src/index.js --path ./pnpm-audit-v10.html --title playwright-test",
    "test:prepare:yarn": "cat .playwright/fixtures/yarn-audit.jsonl | node ./src/index.js --path ./yarn-audit.html --title playwright-test",
    "pretest": "npm run playwright:install && npm run test:prepare:nodev10 && npm run test:prepare:nodev16 && npm run test:prepare:pnpmv10 && npm run test:prepare:yarn",
    "test": "playwright test",
    "release": "commit-and-tag-version",
    "pre-release": "commit-and-tag-version --prerelease beta"
  },
  "author": "Hotay <hi@hotay.dev>",
  "contributors": [
    "Taylor Hoffmann <taylor@hotay.dev>",
    "Camilo Bernal <https://github.com/CamiloBernal>",
    "VeekeeFr <https://github.com/VeekeeFr>",
    "Uchenna Chilaka <https://github.com/uchilaka>"
  ],
  "keywords": [
    "security",
    "audit",
    "npm-audit",
    "packages",
    "vulnerabilities"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hotaydev/audit-export/issues",
    "email": "hi@hotay.dev"
  },
  "homepage": "https://github.com/hotaydev/audit-export#readme",
  "funding": "https://github.com/sponsors/hotaydev",
  "repository": {
    "type": "git",
    "url": "https://github.com/hotaydev/audit-export.git"
  },
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "ejs": "^3.1.10",
    "fs-extra": "^11.3.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@playwright/test": "^1.52.0",
    "commit-and-tag-version": "^12.5.1",
    "playwright": "^1.52.0"
  },
  "commit-and-tag-version": {
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "chore",
        "section": "Enhancements",
        "hidden": false
      },
      {
        "type": "enhance",
        "section": "Enhancements",
        "hidden": false
      },
      {
        "type": "build",
        "section": "Enhancements",
        "hidden": false
      },
      {
        "type": "docs",
        "section": "Documentation",
        "hidden": false
      },
      {
        "type": "style",
        "section": "Code Style",
        "hidden": false
      },
      {
        "type": "refactor",
        "section": "Enhancements",
        "hidden": false
      },
      {
        "type": "perf",
        "section": "Enhancements",
        "hidden": false
      }
    ]
  }
}
