UNPKG

341 BJSONView Raw
1{
2 "main": "dist/emotion-styled-base.cjs.js",
3 "module": "dist/emotion-styled-base.esm.js",
4 "umd:main": "dist/emotion-styled-base.umd.min.js",
5 "browser": {
6 "./dist/emotion-styled-base.esm.js": "./dist/emotion-styled-base.browser.esm.js"
7 },
8 "types": "../types/base",
9 "preconstruct": {
10 "umdName": "emotionStyledBase"
11 }
12}