{
  "name": "@aurodesignsystem/webcorestylesheets",
  "description": "Auro core foundation Sass UI Kit",
  "version": "10.1.4",
  "author": "Product design and research",
  "main": "src/",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/AlaskaAirlines/WebCoreStyleSheets"
  },
  "engines": {
    "node": "^20 || ^22"
  },
  "peerDependencies": {
    "sass": "^1.42.1"
  },
  "dependencies": {
    "@aurodesignsystem/design-tokens": "8.5.0",
    "chalk": "^5.4.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.6.1",
    "@commitlint/config-conventional": "^19.6.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.0",
    "@semantic-release/npm": "^12.0.1",
    "auto-changelog": "^2.5.0",
    "concat": "^1.0.3",
    "copyfiles": "^2.4.1",
    "cssnano": "^7.0.7",
    "glob": "^11.0.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "live-server": "^1.2.1",
    "nodemon": "^3.1.9",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.5.3",
    "replace-in-file": "^7.2.0",
    "sass": "^1.77.8",
    "sass-lint": "^1.13.1",
    "sass-true": ">=6.1.0",
    "sassdoc": "^2.7.3",
    "semantic-release": "^24.2.1",
    "stylelint": ">=13.13.1",
    "stylelint-config-recommended": ">=5.0.0",
    "stylelint-config-standard": ">=22.0.0"
  },
  "scripts": {
    "copy:files": "copyfiles -u 1 -V './src/auroElement/**/*' ./dist",
    "css:lint": "stylelint './results/css/*.css'",
    "scss:lint": "stylelint './src/**/*.scss'",
    "build": "npm-run-all build:sassdoc build:sass:demo build:dist-bundle copy:files postinstall",
    "build:dist-bundle": "npm-run-all build:type-classes-css build:theme-css",
    "build:theme-css": "node scripts/theme.global.css.build.mjs",
    "build:type-classes-css": "node scripts/type.classes.css.build.mjs",
    "build:ci": "npm-run-all sweep build",
    "build:dev": "npm-run-all scss:lint build:sass:test css:lint jest",
    "build:sassdoc": "sassdoc ./src -d ./docs && node scripts/sassdocTheme.js",
    "build:sass:demo": "sass --load-path=node_modules --no-source-map ./src/elementDemoStyles/:./dist/",
    "build:sass:test": "sass --load-path=node_modules --no-source-map ./tests/styleTest.scss:./results/css/testBuild.css",
    "sweep": "rm -rf ./dist ./results ./sassdoc",
    "postinstall": "node packageScripts/postinstall.mjs",
    "jest": "jest",
    "test": "npm-run-all scss:lint build:sass:test css:lint jest",
    "serve": "npm run build:sassdoc && node scripts/live-server.js",
    "watch": "nodemon -e scss --watch tests --watch src --exec npm run build:dev",
    "prepare": "husky"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release": {
    "branches": [
      {
        "name": "master"
      },
      {
        "name": "beta",
        "prerelease": true
      }
    ],
    "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",
            "./docs/index.html"
          ]
        }
      ],
      "@semantic-release/github"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "alaska airlines",
    "auro design system",
    "css",
    "sass"
  ],
  "contributors": [
    {
      "name": "Dale Sande",
      "email": "dale.sande@alaskaair.com"
    },
    {
      "name": "Jason Baker",
      "email": "jason.baker@alaskaair.com"
    },
    {
      "name": "Camron Lockeby",
      "email": "camron.lockeby@alaskaair.com"
    },
    {
      "name": "Kevin Sonnichsen",
      "email": "Kevin.Sonnichsen@alaskaair.com"
    }
  ]
}
