{
  "name": "@emotion/serialize",
  "version": "1.0.2",
  "description": "serialization utils for emotion",
  "main": "dist/emotion-serialize.cjs.js",
  "module": "dist/emotion-serialize.esm.js",
  "types": "types/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/main/packages/serialize",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "dependencies": {
    "@emotion/hash": "^0.8.0",
    "@emotion/memoize": "^0.7.4",
    "@emotion/unitless": "^0.7.5",
    "@emotion/utils": "^1.0.0",
    "csstype": "^3.0.2"
  },
  "devDependencies": {
    "dtslint": "^0.3.0"
  },
  "files": [
    "src",
    "dist",
    "types/*.d.ts"
  ],
  "browser": {
    "./dist/emotion-serialize.cjs.js": "./dist/emotion-serialize.browser.cjs.js",
    "./dist/emotion-serialize.esm.js": "./dist/emotion-serialize.browser.esm.js"
  }
}
