library-template/dist/components/button/package.json

7 lines
118 B
JSON
Raw Permalink Normal View History

2024-01-21 18:20:18 -06:00
{
2024-01-21 19:53:44 -06:00
"name": "button",
"private": true,
2024-01-21 18:20:18 -06:00
"module": "./index.js",
"main": "./index.js",
"types": "./index.d.ts"
}