43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@ngshack/ui",
|
|
"version": "0.0.1",
|
|
"description": "Webland UI component library",
|
|
"author": "Webland Team",
|
|
"license": "MIT",
|
|
"keywords": ["angular", "ui", "components", "webland"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webland/webland.git",
|
|
"directory": "app/packages/ui"
|
|
},
|
|
"homepage": "https://github.com/webland/webland#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/webland/webland/issues"
|
|
},
|
|
"main": "bundles/webland-ui.umd.js",
|
|
"module": "fesm2022/webland-ui.mjs",
|
|
"typings": "index.d.ts",
|
|
"exports": {
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"esm2022": "./esm2022/webland-ui.mjs",
|
|
"esm": "./esm2022/webland-ui.mjs",
|
|
"default": "./fesm2022/webland-ui.mjs"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^20.1.0",
|
|
"@angular/core": "^20.1.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|