10 lines
215 B
JSON
10 lines
215 B
JSON
|
{
|
||
|
"main": "./toggleswitch.cjs.js",
|
||
|
"module": "./toggleswitch.esm.js",
|
||
|
"unpkg": "./toggleswitch.min.js",
|
||
|
"types": "./ToggleSwitch.d.ts",
|
||
|
"browser": {
|
||
|
"./sfc": "./ToggleSwitch.vue"
|
||
|
}
|
||
|
}
|