{
  "name": "@rws-aoa/stylelint-config",
  "version": "4.0.0",
  "description": "Standard Stylelint config for all RWS AOA projects",
  "author": "@rws-aoa",
  "license": "Apache-2.0",
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "type": "module",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.mjs"
  },
  "homepage": "https://github.com/RWS-NL/aoa-design-system/tree/master/packages/stylelint-config#readme",
  "scripts": {
    "lint": "eslint src --fix",
    "test": "yarn lint",
    "prebuild": "yarn lint",
    "build": "yarn prebuild && tsc -b src",
    "prepack": "yarn build",
    "bump": "cliff-jumper",
    "check-update": "cliff-jumper --dry-run"
  },
  "dependencies": {
    "postcss": "^8.5.6",
    "stylelint": "^16.21.1",
    "stylelint-config-recommended": "^16.0.0",
    "stylelint-config-sass-guidelines": "^12.1.0",
    "stylelint-config-standard": "^38.0.0",
    "stylelint-scss": "^6.12.1"
  },
  "devDependencies": {
    "@favware/cliff-jumper": "^6.0.0",
    "eslint": "^9.30.1",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "stylelint": "^16.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RWS-NL/aoa-design-system.git",
    "directory": "packages/stylelint-config"
  },
  "bugs": {
    "url": "https://github.com/RWS-NL/aoa-design-system/issues"
  },
  "keywords": [
    "stylelint",
    "RWS-NL",
    "typescript",
    "ts",
    "RWS-AOA",
    "RWS",
    "AOA"
  ]
}