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