{
  "name": "@mui/styled-engine-sc",
  "version": "6.0.0-alpha.6",
  "private": false,
  "author": "MUI Team",
  "description": "styled() API wrapper package for styled-components.",
  "main": "./node/index.js",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "styled-components"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mui/material-ui.git",
    "directory": "packages/mui-styled-engine-sc"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui/material-ui/issues"
  },
  "homepage": "https://mui.com/material-ui/guides/styled-components/",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mui"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.2",
    "csstype": "^3.1.2",
    "hoist-non-react-statics": "^3.3.2",
    "prop-types": "^15.8.1"
  },
  "peerDependencies": {
    "styled-components": "^6.0.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "module": "./index.js",
  "types": "./index.d.ts"
}