{
  "name": "@microsoft/loader-load-themed-styles",
  "version": "2.2.22",
  "description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
  "main": "./lib-commonjs/index.js",
  "module": "./lib-esm/index.js",
  "types": "./lib-dts/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib-dts/index.d.ts",
      "node": "./lib-commonjs/index.js",
      "import": "./lib-esm/index.js",
      "require": "./lib-commonjs/index.js"
    },
    "./lib/*": {
      "types": "./lib-dts/*.d.ts",
      "node": "./lib-commonjs/*.js",
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "webpack/loader-load-themed-styles"
  },
  "peerDependenciesMeta": {
    "@types/webpack": {
      "optional": true
    }
  },
  "peerDependencies": {
    "@types/webpack": "^4",
    "@microsoft/load-themed-styles": "^2.2.22"
  },
  "dependencies": {
    "loader-utils": "1.4.2"
  },
  "devDependencies": {
    "@types/loader-utils": "1.1.3",
    "@types/webpack": "4.41.32",
    "eslint": "~9.37.0",
    "@rushstack/heft": "1.2.22",
    "local-node-rig": "1.0.0",
    "@microsoft/load-themed-styles": "2.2.22"
  },
  "sideEffects": false,
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}