aiao-io/aiao

View on GitHub
libs/elements/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@aiao/elements",
  "version": "0.7.5",
  "description": "web components",
  "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": [
    "stencil"
  ],
  "main": "lib/index.cjs.js",
  "module": "lib/index.js",
  "es2015": "lib/esm/index.js",
  "es2017": "lib/esm/index.js",
  "jsnext:main": "lib/esm/index.js",
  "types": "lib/types/interface.d.ts",
  "collection": "lib/collection/collection-manifest.json",
  "collection:main": "lib/collection/index.js",
  "unpkg": "lib/elements/elements.js",
  "files": [
    "lib",
    "loader",
    "hydrate",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@aiao/elements-cdk": "^0.1.7",
    "@aiao/url": "^0.0.2",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@aiao/elements-cdk": "^0.1.7",
    "@aiao/image-storage": "^0.1.5",
    "@aiao/url": "^0.0.8",
    "@aiao/util": "^1.0.3",
    "lodash": "^4.17.15"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org",
    "directory": "../../dist/libs/elements"
  },
  "devDependencies": {
    "@aiao/elements-cdk": "^0.1.7",
    "@aiao/image-storage": "^0.1.5",
    "@aiao/url": "^0.0.8",
    "@aiao/util": "^1.0.3"
  }
}