{
  "type": "module",
  "name": "lighthouse-logger",
  "version": "2.0.2",
  "license": "Apache-2.0",
  "main": "./index.js",
  "repository": "https://github.com/GoogleChrome/lighthouse.git",
  "scripts": {
    "prepack": "yarn build-types",
    "build-types": "npx tsc index.js --allowJs --emitDeclarationOnly --declaration"
  },
  "dependencies": {
    "debug": "^4.4.1",
    "marky": "^1.2.2"
  }
}
