{
  "name": "@xstyled/styled-components",
  "description": "A utility-first CSS-in-JS framework built for React (styled-components bindings).",
  "version": "4.1.0",
  "keywords": [
    "styled-components",
    "css",
    "system",
    "styled-system",
    "tailwindcss"
  ],
  "sideEffects": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "author": "Greg Bergé <berge.greg@gmail.com>",
  "license": "MIT",
  "scripts": {
    "reset": "rm -rf dist",
    "build": "../../node_modules/.bin/rollup -c ../../build/rollup.config.js",
    "prepublishOnly": "npm run reset && npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://xstyled.dev",
  "repository": "https://github.com/gregberge/xstyled/tree/master/packages/styled-components",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/gregberge"
  },
  "peerDependencies": {
    "styled-components": "^6.1.11"
  },
  "dependencies": {
    "@emotion/is-prop-valid": "^1.2.2",
    "@xstyled/core": "^3.8.2",
    "@xstyled/system": "^3.8.2",
    "@xstyled/util": "^3.7.0"
  },
  "gitHead": "df86edbfdade79d2fa046e047fe8a591e33391cb"
}
