react-components-lib/package.json

19 lines
305 B
JSON

{
"name": "re-comp-lib",
"version": "1.0.0",
"description": "A lib of react components",
"main": "null",
"scripts": {
"test": "vitest"
},
"keywords": [
"components",
"lib"
],
"author": "Jeremy Hayes",
"license": "MIT",
"dependencies": {
"react-icons": "^5.3.0"
}
}