department-of-veterans-affairs/vets-website

View on GitHub
src/platform/monitoring/package.json

Summary

Maintainability
Test Coverage
{
    "name": "@department-of-veterans-affairs/platform-monitoring",
    "version": "1.0.0",
    "scripts": {
      "demo":"echo DEMOING $npm_package_name v $npm_package_version with WORKSPACES"
    },
    "exports": {
      "." : "./exportsFile.js",
      "./DowntimeNotification" : "./DowntimeNotification/index.jsx",
      "./DowntimeNotification/containers/DowntimeNotification" : "./DowntimeNotification/containers/DowntimeNotification.jsx",
      "./DowntimeNotification/components/Banner" : "./DowntimeNotification/components/Banner.jsx",
      "./DowntimeNotification/components/Down" : "./DowntimeNotification/components/Down.jsx",
      "./DowntimeNotification/components/DowntimeApproaching" : "./DowntimeNotification/components/DowntimeApproaching.jsx",
      "./DowntimeNotification/components/Wrapper" : "./DowntimeNotification/components/Wrapper.jsx",
      "./DowntimeNotification/util/helpers" : "./DowntimeNotification/util/helpers.js",
      "./external-services/ExternalServicesError" : "./external-services/ExternalServicesError.jsx"
     },
     "peerDependencies": {
      "react": "*",
      "react-redux": "*",
      "prop-types": "*",
      "moment": "*",
      "@sentry/browser": "*", 
      "chai": "*", 
      "sinon": "*",
      "enzyme": "*"
    },
    "license": "MIT",
    "private": true
  }