9 lines
179 B
JSON
9 lines
179 B
JSON
|
{
|
||
|
"main": "./index.cjs.js",
|
||
|
"module": "./index.esm.js",
|
||
|
"unpkg": "./index.min.js",
|
||
|
"types": "./index.d.ts",
|
||
|
"browser": {
|
||
|
"./sfc": "./index.vue"
|
||
|
}
|
||
|
}
|