{
  "name": "lit-scss-loader",
  "author": "Andreas Hahn",
  "license": "MIT",
  "version": "2.0.1",
  "description": "Automatically generate the style-wrapper that is required for LitElement, simply by importing the CSS/SCSS file",
  "homepage": "https://github.com/drdreo/lit-scss-loader",
  "repository": "https://github.com/drdreo/lit-scss-loader",
  "bugs": {
    "url": "https://github.com/drdreo/lit-scss-loader/issues"
  },
  "main": "dist/lit-scss-loader.js",
  "scripts": {
    "test": "jest",
    "build": "webpack",
    "preversion": "npm run test",
    "prepublish": "npm run test && npm run build"
  },
  "keywords": [
    "lit",
    "lit-element",
    "webcomponents",
    "scss",
    "webpack",
    "loader",
    "automatic"
  ],
  "devDependencies": {
    "@types/jest": "^29.2.0",
    "@types/node": "16.11.7",
    "eslint": "4.19.1",
    "eslint-config-airbnb": "17.0.0",
    "eslint-plugin-import": "2.12.0",
    "eslint-plugin-jsx-a11y": "6.0.3",
    "eslint-plugin-react": "7.9.1",
    "lit": "2.4.0",
    "loader-utils": "^1.1.0",
    "memory-fs": "^0.5.0",
    "schema-utils": "^0.4.5",
    "ts-jest": "^29.0.3",
    "ts-node": "^8.10.2",
    "typescript": "4.8.4",
    "webpack": "5.37.1",
    "webpack-cli": "^4.7.0"
  },
  "dependencies": {
    "clean-css": "^4.2.1"
  },
  "peerDependencies": {
    "webpack": "^5.37.1"
  }
}
