{
  "name": "@projectwallace/css-analyzer",
  "version": "9.8.2",
  "description": "The best CSS analyzer out there. Check design tokens, complexity, specificity, performance and more.",
  "keywords": [
    "analytics",
    "code",
    "colors",
    "css",
    "designsystem",
    "fonts",
    "metrics",
    "performance",
    "projectwallace",
    "quality",
    "statistics",
    "stats",
    "styleguide",
    "stylesheet",
    "wallace"
  ],
  "homepage": "https://github.com/projectwallace/css-analyzer",
  "bugs": "https://github.com/projectwallace/css-analyzer/issues",
  "license": "MIT",
  "author": "Bart Veneman",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/projectwallace/css-analyzer.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./selectors": {
      "types": "./dist/selectors/index.d.ts",
      "default": "./dist/selectors/index.js"
    },
    "./atrules": {
      "types": "./dist/atrules/index.d.ts",
      "default": "./dist/atrules/index.js"
    },
    "./values": {
      "types": "./dist/values/index.d.ts",
      "default": "./dist/values/index.js"
    },
    "./properties": {
      "types": "./dist/properties/index.d.ts",
      "default": "./dist/properties/index.js"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "@projectwallace/css-parser": "^0.16.0"
  },
  "devDependencies": {
    "@codecov/rollup-plugin": "^2.0.1",
    "@vitest/coverage-v8": "^4.1.2",
    "knip": "^6.3.0",
    "oxfmt": "^0.49.0",
    "oxlint": "^1.58.0",
    "publint": "^0.3.18",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=11.0.0"
  },
  "scripts": {
    "lint": "oxlint --config .oxlintrc.json; oxfmt --check",
    "lint-package": "publint",
    "test": "vitest --coverage",
    "check": "tsc --noEmit",
    "build": "tsdown",
    "knip": "knip"
  }
}