{
  "name": "@aurodesignsystem/design-tokens",
  "version": "8.16.0",
  "description": "Alaska Air Auro Design System token repository",
  "homepage": "https://github.com/AlaskaAirlines/DesignTokens",
  "author": "Alaska Airlines Product design and engineering",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/AlaskaAirlines/AuroDesignTokens"
  },
  "main": "src/",
  "license": "Apache-2.0",
  "engines": {
    "node": "^22.14.0 || >= 24.10.0"
  },
  "devDependencies": {
    "@aurodesignsystem/auro-tokendefinitions": "^1.1.0",
    "@commitlint/cli": "^20.2.0",
    "@commitlint/config-conventional": "^20.2.0",
    "@figma/rest-api-spec": "^0.35.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^13.1.3",
    "axios": "^1.13.2",
    "chalk": "^5.6.2",
    "cssnano": "^7.1.2",
    "dotenv": "^17.2.3",
    "husky": "^9.1.7",
    "lodash": "^4.17.21",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.5.6",
    "semantic-release": "^25.0.2",
    "style-dictionary": "^3.9.2",
    "tsx": "^4.21.0"
  },
  "scripts": {
    "build": "npm run build:processFigmaExport && npm run test:tokens && npm run build:tokens && npm run transform:css",
    "build:ci": "npm-run-all sweep test build:tokens",
    "build:processFigmaExport": "node scripts/processFigmaExport.mjs",
    "build:tokens": "node scripts/styleDictionary.mjs",
    "transform:css": "node scripts/transformCSS.mjs",
    "test": "npm-run-all test:json test:tokens",
    "test:json": "node scripts/legacy/jsonTest.js",
    "test:tokens": "node test/tokenConsistency.js",
    "sweep": "rm -rf dist/",
    "prepare": "husky install",
    "sync-figma-to-tokens": "tsx ./scripts/workflow/sync_figma_to_tokens.ts"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release": {
    "branch": "master",
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "./CHANGELOG.md",
          "changelogTitle": "# Semantic Release Automated Changelog"
        }
      ],
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "./CHANGELOG.md",
            "package.json",
            "package-lock.json"
          ]
        }
      ],
      "@semantic-release/github"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "alaska airlines",
    "css",
    "properties",
    "tokens"
  ],
  "contributors": [
    {
      "name": "Dale Sande",
      "email": "dale.sande@alaskaair.com"
    },
    {
      "name": "Jason Baker",
      "email": "jason.baker@alaskaair.com"
    },
    {
      "name": "Jordan Jones",
      "email": "jordan.jones4@alaskaair.com"
    }
  ]
}
