{
  "name": "@microsoft/load-themed-styles",
  "version": "2.0.39",
  "description": "Loads themed styles.",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/microsoft/rushstack.git",
    "type": "git",
    "directory": "libraries/load-themed-styles"
  },
  "main": "lib/index.js",
  "module": "lib-es6/index.js",
  "typings": "lib/index.d.ts",
  "keywords": [],
  "devDependencies": {
    "@types/heft-jest": "1.0.1",
    "@types/webpack-env": "1.18.0",
    "@rushstack/eslint-config": "3.2.0",
    "@rushstack/heft": "0.50.4",
    "@rushstack/heft-web-rig": "0.14.15"
  },
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft build --clean"
  }
}