{
  "name": "delicious-hamburgers",
  "version": "1.2.3",
  "description": "Beautiful SASS powered hamburger menu toggle buttons",
  "main": "scss/hamburgers.scss",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kapoko/delicious-hamburgers.git"
  },
  "scripts": {
    "test": "npm-run-all stylelint",
    "build": "NODE_ENV=production webpack",
    "start": "NODE_ENV=development webpack --watch",
    "watch": "npm run start",
    "stylelint": "stylelint 'scss/**/*.scss'",
    "stylelint:fix": "stylelint 'scss/**/*.scss' --fix",
    "prepare": "npm-run-all test build"
  },
  "keywords": [
    "sass",
    "css",
    "hamburgers",
    "menu",
    "toggle",
    "button"
  ],
  "author": "kapoko <17455539+kapoko@users.noreply.github.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kapoko/delicious-hamburgers/issues"
  },
  "homepage": "https://github.com/kapoko/delicious-hamburgers#readme",
  "browserslist": {
    "production": [
      "defaults"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version"
    ]
  },
  "stylelint": {
    "extends": "stylelint-config-standard-scss",
    "rules": {
      "indentation": 4,
      "max-nesting-depth": 4
    }
  },
  "devDependencies": {
    "css-loader": "^6.7.3",
    "css-minimizer-webpack-plugin": "^4.2.2",
    "mini-css-extract-plugin": "^2.7.2",
    "npm-run-all": "^4.1.5",
    "postcss-loader": "^7.0.2",
    "postcss-preset-env": "^8.0.0",
    "sass": "^1.57.1",
    "sass-loader": "^13.2.0",
    "style-loader": "^3.3.1",
    "stylelint": "^14.16.1",
    "stylelint-config-sass-guidelines": "^9.0.1",
    "stylelint-config-standard-scss": "^6.1.0",
    "stylelint-webpack-plugin": "^3.3.0",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "webpack-remove-empty-scripts": "^1.0.1"
  }
}
