{
  "name": "@justeat/f-alert",
  "description": "Fozzie Alert – Fozzie Alert Component",
  "version": "6.3.1",
  "main": "dist/f-alert.umd.min.js",
  "maxBundleSize": "27kB",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/justeat/fozzie-components/tree/master/packages/components/molecules/f-alert",
  "contributors": [
    "Github contributors <https://github.com/justeat/fozzie-components/graphs/contributors>"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:justeat/fozzie-components.git"
  },
  "bugs": {
    "url": "https://github.com/justeat/fozzie-components/issues"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "fozzie"
  ],
  "scripts": {
    "prepublishOnly": "yarn lint && yarn test && yarn build",
    "build": "vue-cli-service build --target lib --name f-alert ./src/index.js",
    "lint": "eslint \"!(dist)/**/*.{js,vue}\"",
    "lint:fix": "yarn lint --fix",
    "lint:style": "stylelint ./src/**/*.{vue,htm,html,css,sss,less,scss}",
    "lint:style:fix": "yarn lint:style --fix",
    "test": "jest",
    "test-component:chrome": "cross-env-shell TEST_TYPE=component wdio ../../../../wdio-chrome.conf.js",
    "test-a11y:chrome": "cross-env-shell TEST_TYPE=a11y wdio ../../../../wdio-chrome.conf.js",
    "test:visual": "cross-env-shell PERCY_TOKEN=${PERCY_TOKEN_F_ALERT} TEST_TYPE=visual percy exec -- wdio ../../../../wdio-chrome.conf.js",
    "ci:test:molecules": "yarn test",
    "ci:test-component:chrome:molecules": "yarn test-component:chrome",
    "ci:test-a11y:chrome:molecules": "yarn test-a11y:chrome",
    "ci:test:visual:molecules": "yarn test:visual"
  },
  "browserslist": [
    "extends @justeat/browserslist-config-fozzie"
  ],
  "dependencies": {
    "@justeat/f-services": "1.x",
    "@justeattakeaway/pie-icons-vue": "2.0.0-beta.1"
  },
  "peerDependencies": {
    "@justeat/browserslist-config-fozzie": ">=1.1.1",
    "@justeat/f-button": "5.x"
  },
  "devDependencies": {
    "@justeat/f-button": "5.x",
    "@justeat/f-wdio-utils": "1.x"
  },
  "volta": {
    "extends": "../../../../package.json"
  },
  "gitHead": "9e3ff0f831c2c0954579744ec0d3e25be5f4e2b3"
}
