aiao-io/aiao

View on GitHub
libs/elements-angular/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@aiao/elements-angular",
  "version": "0.5.7",
  "description": "elements for angular",
  "homepage": "https://github.com/aiao-io/aiao",
  "author": "Jimmy<hero63418@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aiao-io/aiao.git"
  },
  "bugs": {
    "url": "https://github.com/aiao-io/aiao/issues"
  },
  "keywords": [
    "angular",
    "stencil",
    "web components"
  ],
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@aiao/elements": "^0.7.5",
    "@aiao/elements-cdk": "^0.1.7",
    "@angular/common": "^13.2.1",
    "@angular/core": "^13.2.1",
    "@angular/forms": "^13.2.1",
    "rxjs": "~7.4.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "directory": "../../dist/libs/elements-angular"
  },
  "devDependencies": {
    "@aiao/elements": "^0.7.5",
    "@aiao/elements-cdk": "^0.1.7"
  }
}