You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
341 B
JSON

{
"main": "dist/emotion-styled-base.cjs.js",
"module": "dist/emotion-styled-base.esm.js",
"umd:main": "dist/emotion-styled-base.umd.min.js",
"browser": {
"./dist/emotion-styled-base.esm.js": "./dist/emotion-styled-base.browser.esm.js"
},
"types": "../types/base",
"preconstruct": {
"umdName": "emotionStyledBase"
}
}