{
  "name": "@emotion/cache",
  "version": "11.6.0",
  "description": "emotion's cache",
  "main": "dist/emotion-cache.cjs.js",
  "module": "dist/emotion-cache.esm.js",
  "browser": {
    "./dist/emotion-cache.cjs.js": "./dist/emotion-cache.browser.cjs.js",
    "./dist/emotion-cache.esm.js": "./dist/emotion-cache.browser.esm.js"
  },
  "types": "types/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/main/packages/cache",
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "dependencies": {
    "@emotion/memoize": "^0.7.4",
    "@emotion/sheet": "^1.1.0",
    "@emotion/utils": "^1.0.0",
    "@emotion/weak-memoize": "^0.2.5",
    "stylis": "^4.0.10"
  },
  "devDependencies": {
    "@emotion/hash": "*",
    "dtslint": "^0.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist",
    "types/*.d.ts"
  ]
}
