package.json 256 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 { "main": "dist/emotion-styled-base.cjs.js", "module": "dist/emotion-styled-base.esm.js", "umd:main": "dist/emotion-styled-base.umd.min.js", "types": "dist/emotion-styled-base.cjs.d.ts", "preconstruct": { "umdName": "emotionStyledBase" } }