{
  "name": "@stylexjs/webpack-plugin",
  "version": "0.11.1",
  "description": "Webpack plugin for StyleX",
  "main": "src/index.js",
  "repository": "https://www.github.com/facebook/stylex",
  "license": "MIT",
  "scripts": {
    "fixtures:webpack": "webpack build --config __tests__/__fixtures__/webpack.config.js",
    "fixtures:webpack:watch": "NODE_ENV=development webpack build --watch --config __tests__/__fixtures__/webpack.config.js",
    "pretest": "npm run fixtures:webpack",
    "test": "jest"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/",
      "__builds__",
      "/__fixtures__/"
    ],
    "testEnvironment": "node"
  },
  "dependencies": {
    "@babel/core": "^7.26.8",
    "@babel/plugin-syntax-flow": "^7.26.0",
    "@babel/plugin-syntax-jsx": "^7.25.9",
    "@babel/plugin-syntax-typescript": "^7.25.9",
    "@stylexjs/babel-plugin": "0.11.1"
  },
  "peerDependencies": {
    "webpack": ">=5.0.0"
  },
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.26.3",
    "webpack": "^5.88.2"
  }
}
