{
  "name": "@metrics-pli/core",
  "description": "Get metrics from a real browser using Puppeteer and Lighthouse",
  "version": "0.11.0",
  "main": "dist/index.js",
  "license": "MIT",
  "author": "Hans Christian Reinl <info@drublic.de> (https://drublic.de)",
  "repository": {
    "url": "https://github.com/metrics-pli/core.git"
  },
  "scripts": {
    "start": "ts-node __tests__/index.ts",
    "lint": "tslint",
    "build": "tsc",
    "prepublishOnly": "yarn build"
  },
  "dependencies": {
    "@metrics-pli/types": "^1.2.1",
    "debug": "^3.1.0",
    "lighthouse": "3.0.0-beta.0",
    "puppeteer": "^1.3.0",
    "ts-node": "^6.0.0",
    "tslint": "^5.9.1",
    "typescript": "^2.8.3"
  },
  "devDependencies": {
    "@types/node": "^9.6.6"
  },
  "directories": {
    "lib": "lib"
  },
  "keywords": [
    "metrics",
    "lighthouse",
    "puppeteer",
    "tests",
    "chrome-headless",
    "chrome",
    "headless-browsers"
  ]
}
