2023-03-31 21:45:03 +00:00
|
|
|
{
|
|
|
|
"main": "./index.cjs.js",
|
|
|
|
"module": "./index.esm.js",
|
|
|
|
"unpkg": "./index.min.js",
|
|
|
|
"types": "./index.d.ts",
|
|
|
|
"browser": {
|
2023-10-02 10:46:09 +00:00
|
|
|
"./sfc": "./index.vue"
|
2023-03-31 21:45:03 +00:00
|
|
|
}
|
2023-10-02 10:46:09 +00:00
|
|
|
}
|