{
  "name": "web-vitals",
  "version": "2.1.4",
  "description": "Easily measure performance metrics in JavaScript",
  "main": "dist/web-vitals.umd.js",
  "module": "dist/web-vitals.js",
  "typings": "dist/modules/index.d.ts",
  "files": [
    "base.js",
    "base.d.ts",
    "dist",
    "src"
  ],
  "author": {
    "name": "Philip Walton",
    "email": "philip@philipwalton.com",
    "url": "http://philipwalton.com"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoogleChrome/web-vitals.git"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "devDependencies": {
    "@babel/core": "^7.16.10",
    "@babel/preset-env": "^7.16.11",
    "@rollup/plugin-replace": "^3.0.1",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "@wdio/cli": "^7.16.13",
    "@wdio/local-runner": "^7.16.13",
    "@wdio/mocha-framework": "^7.16.13",
    "@wdio/selenium-standalone-service": "^7.16.13",
    "@wdio/spec-reporter": "^7.16.13",
    "body-parser": "^1.19.1",
    "chromedriver": "^97.0.0",
    "eslint": "^8.7.0",
    "eslint-config-google": "^0.14.0",
    "express": "^4.17.2",
    "fs-extra": "^10.0.0",
    "husky": "^7.0.4",
    "npm-run-all": "^4.1.5",
    "nunjucks": "^3.2.3",
    "rollup": "^2.64.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.5.5",
    "wdio-chromedriver-service": "^7.2.6"
  }
}