32 lines
817 B
JSON
32 lines
817 B
JSON
{
|
|
"name": "@workshack/ui",
|
|
"version": "1.0.0",
|
|
"description": "Workshack UI component library for Angular applications",
|
|
"author": "Workshack Team",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"keywords": ["angular", "ui", "components", "workshack", "theme"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fufle.net/Tools/UI.git",
|
|
"directory": "."
|
|
},
|
|
"homepage": "https://git.fufle.net/Tools/UI",
|
|
"bugs": {
|
|
"url": "https://git.fufle.net/Tools/UI/issues"
|
|
},
|
|
"main": "bundles/workshack-ui.umd.js",
|
|
"module": "fesm2022/workshack-ui.mjs",
|
|
"typings": "index.d.ts",
|
|
"peerDependencies": {
|
|
"@angular/common": "^20.1.3",
|
|
"@angular/core": "^20.1.3"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|