@neeyamoui/my-component-lib
Version:
A reusable Angular component library with common UI elements like buttons.
38 lines • 853 B
JSON
{
"name": "@neeyamoui/my-component-lib",
"version": "0.1.1",
"description": "A reusable Angular component library with common UI elements like buttons.",
"keywords": [
"angular",
"components",
"ui",
"library",
"standalone",
"button"
],
"author": "neeyamoui",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/neeyamui/neobutton.git"
},
"peerDependencies": {
"@angular/common": "^20.1.0",
"@angular/core": "^20.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/neeyamoui-my-component-lib.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/neeyamoui-my-component-lib.mjs"
}
}
}