{
  "name": "@emotion/styled-base",
  "version": "10.0.31",
  "description": "base styled API for emotion",
  "main": "dist/styled-base.cjs.js",
  "module": "dist/styled-base.esm.js",
  "browser": {
    "./dist/styled-base.cjs.js": "./dist/styled-base.browser.cjs.js",
    "./dist/styled-base.esm.js": "./dist/styled-base.browser.esm.js"
  },
  "types": "types/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/master/packages/styled-base",
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "@emotion/is-prop-valid": "0.8.8",
    "@emotion/serialize": "^0.11.15",
    "@emotion/utils": "0.11.3"
  },
  "devDependencies": {
    "@emotion/core": "^10.0.28",
    "@types/react": "^16.8.20",
    "dtslint": "^0.3.0",
    "react": "^16.5.2"
  },
  "peerDependencies": {
    "@emotion/core": "^10.0.28",
    "react": ">=16.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist",
    "types"
  ],
  "umd:main": "dist/styled-base.umd.min.js",
  "preconstruct": {
    "umdName": "emotionStyledBase"
  }
}
