{
  "name": "@emotion/types",
  "version": "0.7.0",
  "description": "internal flow types and constants for emotion",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/next/tree/master/packages/types",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist"
  ],
  "umd:main": "./dist/index.min.js"
}
