{
  "name": "@stylable/webpack-extensions",
  "version": "6.1.1",
  "description": "Experimental Stylable webpack plugins",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
  },
  "peerDependencies": {
    "webpack": "^5.30.0"
  },
  "dependencies": {
    "@stylable/core": "^6.1.1",
    "@stylable/node": "^6.1.1",
    "@stylable/webpack-plugin": "^6.1.1",
    "@tokey/css-selector-parser": "^0.6.2",
    "find-config": "^1.0.0",
    "lodash.clonedeep": "^4.5.0"
  },
  "files": [
    "dist",
    "!dist/test",
    "src",
    "!*/tsconfig.{json,tsbuildinfo}"
  ],
  "engines": {
    "node": ">=18.12.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/wix/stylable/tree/master/packages/webpack-extensions",
  "author": "Wix.com",
  "license": "MIT",
  "keywords": [
    "css",
    "stylable",
    "webpack",
    "webpack-plugin"
  ]
}
