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