You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
390 B
17 lines
390 B
{
|
|
"name": "@unocss/scope",
|
|
"version": "0.46.5",
|
|
"description": "Placeholder for UnoCSS scope import",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"require": "./index.cjs",
|
|
"import": "./index.mjs"
|
|
}
|
|
},
|
|
"main": "./index.cjs",
|
|
"module": "./index.mjs",
|
|
"types": "./index.d.ts"
|
|
}
|