{ "name": "@emotion/serialize", "version": "0.11.16", "description": "serialization utils for emotion", "main": "dist/serialize.cjs.js", "module": "dist/serialize.esm.js", "types": "types/index.d.ts", "license": "MIT", "repository": "https://github.com/emotion-js/emotion/tree/master/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": "0.11.3", "csstype": "^2.5.7" }, "devDependencies": { "dtslint": "^0.3.0" }, "files": [ "src", "dist", "types" ], "browser": { "./dist/serialize.cjs.js": "./dist/serialize.browser.cjs.js", "./dist/serialize.esm.js": "./dist/serialize.browser.esm.js" } }