primevue-mirror/components/lib/inputotp/package.json

12 lines
199 B
JSON
Raw Normal View History

2024-02-21 18:38:16 +00:00
{
2024-05-24 14:00:32 +00:00
"main": "./inputotp.mjs",
2024-05-23 19:45:05 +00:00
"module": "./inputotp.mjs",
2024-03-15 06:48:22 +00:00
"types": "./InputOtp.d.ts",
2024-02-21 18:38:16 +00:00
"browser": {
2024-03-15 06:48:22 +00:00
"./sfc": "./InputOtp.vue"
},
"sideEffects": [
"*.vue"
]
2024-02-21 18:38:16 +00:00
}