{
  "//": [
    "================================================================================",
    "# To work within the development environment, run the following tasks",
    "  1. $ npm run dev",
    "  2. Go to http://localhost:8000",
    "================================================================================"
  ],
  "name": "@aurodesignsystem/auro-toast",
  "version": "4.0.4",
  "description": "auro-toast HTML custom element",
  "repository": {
    "type": "git",
    "url": "https://github.com/AlaskaAirlines/auro-toast"
  },
  "type": "module",
  "main": "dist/registered.js",
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "lit": "^3.3.2"
  },
  "devDependencies": {
    "@alaskaairux/icons": "^5.14.0",
    "@aurodesignsystem/auro-button": "^12.3.0",
    "@aurodesignsystem/auro-cli": "^3.5.0",
    "@aurodesignsystem/auro-config": "^1.3.1",
    "@aurodesignsystem/auro-icon": "^9.1.1",
    "@aurodesignsystem/auro-library": "^5.5.4",
    "@aurodesignsystem/design-tokens": "^8.7.0",
    "@aurodesignsystem/webcorestylesheets": "^10.1.4",
    "husky": "^9.1.7"
  },
  "browserslist": [
    "last 2 Chrome versions",
    "last 2 iOS major versions",
    "last 2 Firefox versions",
    "last 2 Edge versions",
    "last 2 Safari major versions"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "alaska airlines",
    "auro",
    "design system",
    "web components"
  ],
  "scripts": {
    "build": "auro build",
    "build:version": "node ./scripts/version.mjs",
    "dev": "auro dev -w -s",
    "dev:open": "auro dev -w -s --open",
    "lint": "biome check --no-errors-on-unmatched && stylelint \"./src/**/*.scss\"",
    "lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
    "test": "auro test",
    "test:coverage": "auro test --coverage-report --open",
    "test:watch": "auro test --watch",
    "prepare": "husky"
  },
  "exports": {
    "./package.json": "./package.json",
    "./readme.md": "./README.md",
    "./custom-elements.json": "./custom-elements.json",
    ".": {
      "module": "./dist/registered.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/registered.js"
    },
    "./demo/*.md": "./demo/*.md",
    "./demo/*.js": "./demo/*.min.js",
    "./class": {
      "module": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*",
    "demo/**/*",
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "custom-elements": "./custom-elements.json",
  "customElements": "custom-elements.json"
}
