{
  "name": "@readr-media/web-components",
  "version": "2.6.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Web components for READr Coverages",
  "main": "dist/index.cjs.js",
  "module": "dist/custom-elements/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/custom-elements/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/web-components/web-components.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "engines": {
    "node": ">= 12"
  },
  "dependencies": {
    "@readr-media/old-news-project-slugs": "^1.1.1",
    "@stencil/core": "^2.3.0",
    "@stencil/sass": "^1.3.2"
  },
  "license": "MIT",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/parser": "^4.12.0",
    "eslint": "^7.17.0",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-jsx": "^0.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "prettier": "^2.2.1",
    "stencil-inline-svg": "^1.0.1",
    "typescript": "^4.1.3"
  }
}
