apollo-elements/apollo-elements

View on GitHub
packages/components/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@apollo-elements/components",
  "version": "3.0.5",
  "description": "👩‍🚀🌛 Web component helpers for Apollo GraphQL 🚀👨‍🚀",
  "type": "module",
  "main": "index.js",
  "module": "index.js",
  "customElements": "custom-elements.json",
  "exports": {
    ".": "./index.js",
    "./*": "./*.js",
    "./*.js": "./*.js"
  },
  "files": [
    "custom-elements.json",
    "*.d.ts",
    "*.js",
    "*.js.map",
    "**/*.d.ts",
    "**/*.js",
    "**/*.js.map"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npm-run-all analyze build:*",
    "build:tsc": "tsc -b .",
    "build:babel": "babel --source-maps --ignore '*.config.js' --plugins @babel/plugin-proposal-class-static-block --out-dir . .",
    "analyze": "custom-elements-manifest analyze --litelement",
    "test": "wtr --coverage --config ../../web-test-runner.config.js  --root-dir '../..' './*.test.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/apollo-elements/apollo-elements.git",
    "directory": "packages/components"
  },
  "keywords": [
    "Apollo",
    "GraphQL",
    "Web Components",
    "Custom Elements"
  ],
  "author": "Benny Powers <web@bennypowers.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/apollo-elements/apollo-elements/issues"
  },
  "homepage": "https://apolloelements.dev/api/components/",
  "dependencies": {
    "@apollo-elements/core": "^2.1.2",
    "@apollo-elements/mixins": "^5.0.3",
    "@apollo/client": "^3.5.4",
    "stampino": "^0.6.2",
    "tslib": "^2.3.1"
  }
}