{
  "name": "stylelint-config-gds",
  "version": "2.0.0",
  "description": "A Stylelint configuration for the UK Government Digital Service.",
  "main": "scss.js",
  "scripts": {
    "pretest": "npm run lint",
    "test": "jest",
    "lint": "standard",
    "release": "release-it",
    "release-dry-run": "release-it --dry-run"
  },
  "release-it": {
    "git": {
      "changelog": "git log --pretty=format:\"* %s (%h)\" `git describe --tags --abbrev=0`...HEAD",
      "requireBranch": "main",
      "commit": false
    },
    "github": {
      "release": true
    },
    "increment": false
  },
  "files": [
    "scss-rules.js",
    "scss.js",
    "css-rules.js",
    "css.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alphagov/stylelint-config-gds.git"
  },
  "bugs": {
    "url": "https://github.com/alphagov/stylelint-config-gds/issues"
  },
  "homepage": "https://github.com/alphagov/stylelint-config-gds#readme",
  "keywords": [
    "govuk",
    "gds",
    "stylelint",
    "css",
    "scss",
    "sass"
  ],
  "author": {
    "name": "GOV.UK Dev",
    "email": "govuk-dev@digital.cabinet-office.gov.uk"
  },
  "license": "MIT",
  "dependencies": {
    "stylelint-config-standard": "^36.0.0",
    "stylelint-config-standard-scss": "^13.0.0"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "jest-light-runner": "^0.6.0",
    "standard": "^17.1.0",
    "stylelint": "^16.1.0"
  },
  "peerDependencies": {
    "stylelint": "^16.0.2"
  }
}
