{
  "//": [
    "================================================================================",
    "# To work within the development environment, run the following tasks",
    "  1. $ npm run dev",
    "  2. $ npm run serve",
    "  3. Go to http://localhost:3001",
    "================================================================================"
  ],
  "name": "@alaskaairux/auro-table",
  "version": "1.0.2",
  "description": "Auro custom auro-table element",
  "author": "Product design and research",
  "repository": {
    "type": "git",
    "url": "https://github.com/AlaskaAirlines/auro-table"
  },
  "main": "index.js",
  "license": "Apache-2.0",
  "dependencies": {
    "chalk": "^4.1.1",
    "lit-element": "^2.5.1"
  },
  "peerDependencies": {
    "@alaskaairux/orion-design-tokens": "^2.11.0",
    "@alaskaairux/orion-web-core-style-sheets": "^2.9.4",
    "@alaskaairux/orion-icons": "^2.1.5",
    "@webcomponents/webcomponentsjs": "^2.4.3",
    "focus-visible": "^5.1.0"
  },
  "devDependencies": {
    "@alaskaairux/orion-design-tokens": "^2.12.3",
    "@alaskaairux/orion-icons": "^2.1.5",
    "@alaskaairux/orion-web-core-style-sheets": "^2.12.2",
    "@babel/core": "^7.14.6",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "@babel/runtime": "^7.14.6",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@open-wc/testing": "^2.5.33",
    "@open-wc/testing-karma": "^4.0.9",
    "@polymer/iron-demo-helpers": "^3.1.0",
    "@polymer/iron-icons": "^3.0.1",
    "@polymer/polymer": "^3.3.1",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/npm": "^7.1.3",
    "@webcomponents/webcomponentsjs": "^2.5.0",
    "autoprefixer": "^9.8.6",
    "babel-loader": "^8.2.2",
    "compression": "^1.7.4",
    "concat": "^1.0.3",
    "copy-webpack-plugin": "^6.4.1",
    "copyfiles": "^2.4.1",
    "core-js": "^3.14.0",
    "eslint": "^7.28.0",
    "eslint-plugin-lit": "^1.5.1",
    "focus-visible": "^5.2.0",
    "husky": "^4.3.8",
    "lodash": "^4.17.21",
    "marked": "^2.1.0",
    "nodemon": "^2.0.7",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.2.10",
    "postcss-custom-properties": "^9.2.0",
    "postcss-discard-comments": "^4.0.2",
    "postcss-remove-rules": "^1.0.0",
    "postcss-selector-replace": "^1.0.2",
    "semantic-release": "^17.4.4",
    "sinon": "^9.2.4",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^20.0.0",
    "wc-sass-render": "^1.2.3",
    "webpack": "^5.39.0",
    "webpack-bundle-analyzer": "^3.9.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.2",
    "webpack-merge": "^4.2.2"
  },
  "browserslist": [
    "last 4 version",
    "> 1%",
    "IE 11"
  ],
  "scripts": {
    "build": "npm run ciBuild",
    "bundler": "webpack --mode=production",
    "bundle:test": "webpack-dev-server --host 0.0.0.0",
    "postinstall": "node packageScripts/postinstall.js",
    "ciBuild": "npm-run-all sassBuild sassRender cssLint distJS bundler postinstall",
    "cssLint": "stylelint './src/*.css'",
    "dev": "npm run sassBuild:watch",
    "distJS": "copyfiles -u 1 -V './src/**/*.js' ./dist",
    "sassRender": "sass-render src/*.css",
    "sweep": "rm -rf ./temp ./demo/css ./demo/fonts ./dist ./src/tokens | rm ./src/*.css ./src/*-css.js",
    "esLint": "./node_modules/.bin/eslint src/auro-*.js",
    "lint": "npm-run-all cssLint esLint",
    "test": "karma start --coverage",
    "test:watch": "karma start --auto-watch=true --single-run=false",
    "test:ci": "npm-run-all test lint",
    "sassBuild": "npm-run-all sassBuild:demo sassBuild:component postCss:component sassRender",
    "sassBuild:dev": "npm-run-all sassBuild:demo sassBuild:component postCss:component sassRender",
    "sassBuild:demo": "node-sass ./demo/sass/ --output ./demo/css/",
    "sassBuild:component": "node-sass ./src/ --output ./src/",
    "sassBuild:watch": "nodemon -e scss --watch src --exec npm run sassBuild:dev",
    "postCss:component": "node ./scripts/postCss.js",
    "serve": "polymer serve --port 3001 --hostname 0.0.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm-run-all test lint bundler postinstall",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "useBuiltIns": "entry",
          "corejs": "3.0.0"
        }
      ]
    ],
    "plugins": [
      "@babel/plugin-syntax-dynamic-import",
      [
        "@babel/plugin-transform-runtime",
        {
          "regenerator": true
        }
      ]
    ]
  },
  "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"
          ]
        }
      ],
      "@semantic-release/github"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    {
      "name": "James Jackson",
      "email": "james.jackson2@alaskaair.com"
    }
  ],
  "keywords": [
    "alaska airlines",
    "auro",
    "design system",
    "web components"
  ]
}
