{
  "name": "stylelint-formatter-codeclimate",
  "version": "1.1.0",
  "description": "A CodeClimate compatible formatter for Stylelint",
  "license": "MIT",
  "author": "Joel Da Silva",
  "keywords": [
    "stylelint",
    "stylelint-formatter",
    "formatter",
    "reporter",
    "codeclimate",
    "gitlab"
  ],
  "type": "module",
  "exports": {
    ".": "./lib/index.js"
  },
  "engines": {
    "node": ">=18",
    "pnpm": "^9.0.0 || ^10.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.00.0",
    "@types/node": "^18.0.0",
    "@vitest/coverage-v8": "^3.0.0",
    "eslint": "^9.0.0",
    "eslint-formatter-junit": "^8.0.0",
    "jiti": "^2.0.0",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.0.0",
    "vitest": "^3.0.0"
  },
  "scripts": {
    "lint": "eslint",
    "test": "vitest"
  }
}