{
  "name": "@griffel/webpack-extraction-plugin",
  "version": "0.5.21",
  "description": "Webpack plugin that performs CSS extraction for Griffel",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/griffel"
  },
  "dependencies": {
    "@babel/core": "^7.29.6",
    "@babel/helper-module-imports": "^7.22.15",
    "@babel/helper-plugin-utils": "^7.28.6",
    "@griffel/core": "^1.21.3",
    "stylis": "^4.4.0",
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "webpack": "^5"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}