{
  "author": {
    "name": "SICK Global UX Foundation",
    "url": "https://www.sick.com"
  },
  "description": "Utility classes and helpers for applications using the Synergy Design System",
  "exports": {
    ".": "./dist/index.css",
    "./package.json": "./package.json",
    "./*.css": "./dist/*.css"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "homepage": "https://synergy-design-system.github.io",
  "keywords": [
    "SDS",
    "SICK",
    "Synergy Design System",
    "CSS Utility Classes"
  ],
  "license": "MIT",
  "name": "@synergy-design-system/styles",
  "repository": {
    "type": "git",
    "url": "https://github.com/synergy-design-system/synergy-design-system.git",
    "directory": "packages/styles"
  },
  "type": "module",
  "version": "2.1.1",
  "devDependencies": {
    "del": "^8.0.1",
    "eslint": "^9.39.4",
    "globby": "^16.2.0",
    "ora": "^9.4.0",
    "postcss": "^8.5.15",
    "postcss-cli": "^11.0.1",
    "postcss-header": "^3.0.3",
    "postcss-import": "^16.1.1",
    "prettier": "^3.8.3",
    "stylelint": "^17.12.0",
    "@synergy-design-system/eslint-config-syn": "^0.1.0",
    "@synergy-design-system/stylelint-config-syn": "^0.1.0"
  },
  "peerDependencies": {
    "@synergy-design-system/tokens": "^3.15.2"
  },
  "scripts": {
    "start": "pnpm build",
    "build": "node build/index.js",
    "lint:css": "stylelint \"src/**/*.css\"",
    "lint:js": "eslint .",
    "lint": "pnpm run /^lint:.*/"
  }
}