{
  "name": "@massds/mds-tokens",
  "version": "2.0.0",
  "description": "Design tokens for the Massachusetts Design System",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "node ./scripts/build.js",
    "changelog:release": "bash ../../scripts/compile-package-changelog.sh .",
    "clean": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"",
    "lint": "npm run lint:css && npm run lint:html",
    "lint:css": "stylelint \"src/**/*.css\" \"test-page/**/*.css\"",
    "lint:css:fix": "stylelint --fix \"src/**/*.css\" \"test-page/**/*.css\"",
    "lint:html": "htmlhint \"test-page/**/*.html\"",
    "prepublishOnly": "node ./scripts/build.js",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major",
    "release": "git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/massgov/massachusetts-design-system.git",
    "directory": "packages/tokens"
  },
  "keywords": [
    "css-tokens",
    "css-variables",
    "design-tokens",
    "design-system",
    "massachusetts"
  ],
  "author": "Massachusetts Digital Services",
  "license": "MIT",
  "devDependencies": {
    "htmlhint": "^1.7.1",
    "stylelint": "^16.24.0",
    "stylelint-config-standard": "^39.0.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": "24.14.0"
  },
  "volta": {
    "node": "24.14.0",
    "npm": "10.9.2"
  }
}
