{
  "name": "stylelint-plugin-carbon-tokens",
  "version": "5.0.6",
  "description": "A stylelint plugin to support the use of carbon component tokens.",
  "keywords": [
    "stylelint",
    "stylelint-plugin",
    "css",
    "carbon",
    "scss"
  ],
  "author": "Lee Chase <lee.chase@uk.ibm.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "bugs": {
    "url": "https://github.com/carbon-design-system/stylelint-plugin-carbon-tokens/issues"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "lint": "run-p -s 'lint:*'",
    "lint-fix": "run-s -s 'lint:es --fix' 'lint:format'",
    "lint:es": "eslint . --ext js,ts --report-unused-disable-directives --max-warnings 0 --config eslint.config.js",
    "lint:format": "prettier ./**/*.{js,jsx,ts,tsx,md,mdx,scss} --write --ignore-unknown --no-error-on-unmatched-pattern --log-level warn",
    "lint:spell": "cspell lint --quiet \"**/*.{js,jsx,ts,css,scss,md}\"",
    "postinstall": "ibmtelemetry --config=telemetry.yml",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node --test \"dist/**/__tests__/*.test.js\"",
    "test:coverage": "npm run build && node --test --experimental-test-coverage \"dist/**/__tests__/*.test.js\"",
    "test:watch": "npm run build && node --test --watch \"dist/**/__tests__/*.test.js\"",
    "upgrade": "run-p -s 'upgrade:*'",
    "upgrade:other": "npm-check-updates -u --dep dev,peer,prod --reject '/(carbon|^react$|^react-dom$|^@testing-library)/'",
    "upgrade:carbon": "npm-check-updates -u --dep dev,peer,prod --packageFile 'package.json' --filter '/carbon/' --target minor"
  },
  "dependencies": {
    "@carbon/colors": "^11.4.0",
    "@carbon/layout": "^11.5.0",
    "@carbon/motion": "^11.3.0",
    "@carbon/themes": "^11.7.0",
    "@carbon/type": "^11.7.0",
    "@ibm/telemetry-js": "^1.10.2",
    "postcss-scss": "^4.0.9",
    "postcss-value-parser": "^4.2.0",
    "stylelint": "^16.26.1 || ^17.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.0",
    "@types/node": "^24.0.0",
    "@typescript-eslint/eslint-plugin": "^8.20.0",
    "@typescript-eslint/parser": "^8.20.0",
    "cspell": "^10.0.0",
    "eslint": "^10.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.4",
    "npm-check-updates": "^22.0.0",
    "npm-run-all2": "^9.0.0",
    "prettier": "^3.7.4",
    "stylelint-test-rule-node": "^1.0.0",
    "typescript": "^6.0.0"
  },
  "resolutions": {
    "js-yaml": "^4.1.1"
  },
  "engines": {
    "node": ">=22"
  },
  "files": [
    "CHANGELOG.md",
    "config/*.*",
    "dist/**/*",
    "README.md",
    "telemetry.yml"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carbon-design-system/stylelint-plugin-carbon-tokens.git"
  }
}
