{
  "name": "@microsoft/load-themed-styles",
  "version": "2.2.8",
  "description": "Loads themed styles.",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/microsoft/rushstack.git",
    "type": "git",
    "directory": "libraries/load-themed-styles"
  },
  "keywords": [],
  "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/*",
      "node": "./lib-commonjs/*",
      "import": "./lib-esm/*",
      "require": "./lib-commonjs/*"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "devDependencies": {
    "eslint": "~9.37.0",
    "@rushstack/heft": "1.2.8",
    "local-web-rig": "1.0.0"
  },
  "sideEffects": false,
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}