{
  "name": "lighthouse-ci-custom-flags",
  "version": "1.0.5",
  "description": "CLI implementation for running Lighthouse with any CI tool",
  "scripts": {
    "test": "xo && jest",
    "release": "np"
  },
  "dependencies": {
    "chrome-launcher": "^0.10.2",
    "lighthouse": "^3.0.0-beta.0",
    "meow": "^5.0.0",
    "mkdirp": "^0.5.1",
    "ora": "^2.1.0",
    "rimraf": "^2.6.2"
  },
  "devDependencies": {
    "@types/jest": "^23.0.0",
    "@types/ora": "^1.3.4",
    "chalk": "^2.4.1",
    "jest": "^23.1.0",
    "np": "^3.0.1",
    "xo": "^0.21.1"
  },
  "keywords": [
    "devtools",
    "lighthouse",
    "ci"
  ],
  "bin": {
    "lighthouse-ci": "lib/cli.js"
  },
  "engines": {
    "node": ">=6"
  },
  "xo": {
    "space": 2,
    "esnext": true,
    "envs": [
      "node",
      "es6",
      "jest"
    ],
    "rules": {
      "comma-dangle": [
        "error",
        "only-multiline"
      ]
    }
  },
  "jest": {
    "testURL": "http://localhost/"
  },
  "author": "Andrea Sonny <andreasonny83@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sivaramgudivaka/lighthouse-ci.git"
  },
  "bugs": {
    "url": "https://github.com/sivaramgudivaka/lighthouse-ci.git/issues"
  },
  "homepage": "https://github.com/sivaramgudivaka/lighthouse-ci.git#readme"
}
