{
  "name": "swizzy",
  "version": "2.5.0",
  "description": "A modern CLI tool that beautifies SwiftLint JSON output into readable formats",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "engines": {
    "node": ">=26",
    "npm": ">=11"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "author": {
    "name": "Sarath C",
    "url": "https://sarat.io/"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/index.js",
    "prepublishOnly": "npm run build && npm test",
    "lint": "oxlint . -A no-control-regex",
    "lint:fix": "oxlint . --fix",
    "start": "node dist/index.js",
    "test": "vitest run --config vitest.config.ts",
    "test:integration": "vitest run --config vitest.config.integration.ts",
    "test:integration:watch": "vitest --config vitest.config.integration.ts --watch",
    "test:integration:coverage": "vitest run --config vitest.config.integration.ts --coverage",
    "test:performance": "vitest run --config vitest.config.integration.ts -t \"Performance\"",
    "test:ci": "vitest run --config vitest.config.integration.ts --maxWorkers=2 --coverage",
    "test:smoke": "node test/integration/smoke-test.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "bin": {
    "swizzy": "dist/index.js"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "@types/text-table": "^0.2.5",
    "oxlint": "^1.56.0",
    "typescript": "^7.0.2",
    "vitest": "^4.0.18"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sharat/swizzy.git"
  },
  "bugs": {
    "url": "https://github.com/sharat/swizzy/issues"
  },
  "keywords": [
    "pretty",
    "pretty output",
    "swizzy standard",
    "standard",
    "standard pretty",
    "stylish",
    "stylish for standard",
    "stylish formatter",
    "stylish reporter",
    "stylish standard"
  ]
}
