{
  "name": "@rushstack/heft-sass-plugin",
  "version": "1.3.8",
  "description": "Heft plugin for SASS",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/rushstack.git",
    "directory": "heft-plugins/heft-sass-plugin"
  },
  "homepage": "https://rushstack.io/pages/heft/overview/",
  "license": "MIT",
  "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/*.schema.json": "./lib-commonjs/*.schema.json",
    "./lib/*": {
      "types": "./lib-dts/*.d.ts",
      "node": "./lib-commonjs/*.js",
      "import": "./lib-esm/*.js",
      "require": "./lib-commonjs/*.js"
    },
    "./heft-plugin.json": "./heft-plugin.json",
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "lib/*": [
        "lib-dts/*"
      ]
    }
  },
  "peerDependencies": {
    "@rushstack/heft": "^1.2.17"
  },
  "dependencies": {
    "@types/tapable": "1.0.6",
    "postcss": "~8.5.10",
    "postcss-modules": "~6.0.0",
    "sass-embedded": "~1.85.1",
    "tapable": "1.1.3",
    "@rushstack/node-core-library": "5.23.1"
  },
  "devDependencies": {
    "eslint": "~9.37.0",
    "@rushstack/heft": "1.2.17",
    "@rushstack/terminal": "0.24.0",
    "@microsoft/api-extractor": "7.58.7",
    "local-node-rig": "1.0.0"
  },
  "sideEffects": false,
  "scripts": {
    "build": "heft build --clean",
    "start": "heft test --clean --watch",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}