govbr-ds-angular
Version:
Implementação em Angular do Design System GovBR.
46 lines • 1.13 kB
JSON
{
"name": "govbr-ds-angular",
"author": "oluizcarvalho",
"license": "MIT",
"description": "Implementação em Angular do Design System GovBR.",
"keywords": [
"angular",
"govbr",
"design system"
],
"homepage": "https://github.com/oluizcarvalho/govbr-ds-angular",
"repository": {
"type": "git",
"url": "https://github.com/oluizcarvalho/govbr-ds-angular.git"
},
"bugs": {
"url": "https://github.com/oluizcarvalho/govbr-ds-angular/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/oluizcarvalho/govbr-ds-angular"
},
"version": "0.0.2",
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/cdk": "^19.2.10",
"@govbr-ds/core": ">=3.6.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/govbr-ds-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/govbr-ds-angular.mjs"
}
}
}