{
  "name": "sarif-explorer",
  "version": "0.1.0",
  "description": "A modern SARIF report viewer that converts SARIF files into interactive, shareable HTML reports with file explorer, collapsible issue lists, and code snippets.",
  "main": "dist/cli/index.js",
  "bin": {
    "sarif-explorer": "./cli.js"
  },
  "type": "module",
  "scripts": {
    "prepublishOnly": "echo 'Package is ready for publishing'",
    "prepack": "clean-package",
    "postpack": "clean-package restore"
  },
  "keywords": [
    "sarif",
    "sarif-viewer",
    "sarif-parser",
    "sarif-converter",
    "sarif-to-html",
    "html-report",
    "interactive-report",
    "report-viewer",
    "report-generator",
    "static-analysis",
    "static-analysis-report",
    "security-analysis",
    "vulnerability-report",
    "code-quality",
    "code-quality-report",
    "linting-report",
    "code-review",
    "code-visualization",
    "html-generator",
    "cli-tool",
    "command-line-tool",
    "developer-tools",
    "nodejs",
    "npm-package",
    "eslint",
    "typescript",
    "sonarqube",
    "semgrep",
    "codeql",
    "security-scanning",
    "static-code-analysis",
    "developer-experience",
    "dx-tools",
    "frontend-tools"
  ],
  "author": "Naveen Ithappu",
  "license": "MIT",
  "dependencies": {
    "@tailwindcss/typography": "^0.5.16",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "figlet": "^1.8.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "files": [
    "cli.js",
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/naveen-ithappu/sarif-explorer.git"
  },
  "bugs": {
    "url": "https://github.com/naveen-ithappu/sarif-explorer/issues"
  },
  "homepage": "https://github.com/naveen-ithappu/sarif-explorer#readme"
}
