{
  "name": "@jhae/stylelint-config-verifier",
  "description": "A Stylelint configuration tester for Jest that helps you verify your defined rules.",
  "version": "2.0.0",
  "license": "MIT",
  "author": {
    "name": "JHAE",
    "url": "https://github.com/jhae-de"
  },
  "homepage": "https://github.com/jhae-de/stylelint-config-verifier",
  "repository": {
    "url": "git+https://github.com/jhae-de/stylelint-config-verifier.git",
    "type": "git"
  },
  "type": "module",
  "exports": {
    "types": "./types/index.d.ts",
    "default": "./dist/config-verifier.js"
  },
  "files": [
    "./dist/",
    "./types/"
  ],
  "scripts": {
    "build": "npm run-script build:package && npm run-script build:types",
    "build:package": "./bin/build-package",
    "build:types": "./bin/build-types",
    "fix": "npm run-script fix:prettier && npm run-script fix:eslint",
    "fix:eslint": "eslint --fix .",
    "fix:prettier": "prettier --write .",
    "lint": "npm run-script lint:prettier && npm run-script lint:eslint",
    "lint:eslint": "eslint .",
    "lint:prettier": "prettier --check .",
    "prepack": "npm run-script build",
    "test": "jest",
    "test:coverage": "npm run-script test -- --coverage",
    "test:watch": "npm run-script test -- --watchAll",
    "test:watch:coverage": "npm run-script test:watch -- --coverage"
  },
  "devDependencies": {
    "@eslint/js": "^9.0",
    "@types/jest": "^30.0",
    "eslint": "^9.0",
    "eslint-config-prettier": "^10.0",
    "eslint-plugin-prettier": "^5.1",
    "jest": "^30.0",
    "prettier": "^3.0",
    "stylelint": "^17.0",
    "ts-jest": "^29.2",
    "typescript": "^5.0",
    "typescript-eslint": "^8.42"
  },
  "peerDependencies": {
    "stylelint": "^17.0"
  },
  "engines": {
    "node": ">=20.0"
  },
  "keywords": [
    "config",
    "configuration",
    "jest",
    "rule",
    "rules",
    "stylelint",
    "stylelint-scss",
    "stylelintrc",
    "test",
    "ts-jest",
    "verify"
  ]
}
