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

7 lines
117 B
JSON
Raw Normal View History

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