{
  "ava": {
    "failFast": false,
    "files": [
      "dist/tests/**/*.js"
    ],
    "timeout": "1m"
  },
  "dependencies": {
    "@hint/utils": "^4.1.1",
    "@hint/utils-debugging-protocol-common": "^4.0.9",
    "chrome-launcher": "^0.11.2",
    "is-ci": "^2.0.0"
  },
  "description": "hint connector for Google Chrome",
  "devDependencies": {
    "@hint/utils-create-server": "^3.1.9",
    "@types/is-ci": "^2.0.0",
    "@types/lodash": "^4.14.138",
    "@types/node": "^12.7.4",
    "@types/sinon": "^7.0.13",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.12.0",
    "ava": "^1.4.1",
    "cpx": "^1.5.0",
    "eslint": "^5.15.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-markdown": "^1.0.0",
    "eventemitter2": "^5.0.1",
    "hint": "^5.2.3",
    "lodash": "^4.17.15",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.0",
    "rimraf": "^3.0.0",
    "sinon": "^7.4.2",
    "typescript": "^3.6.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "dist/src"
  ],
  "homepage": "https://webhint.io/",
  "keywords": [
    "connector",
    "chrome",
    "google chrome",
    "hint",
    "hint-connector-chrome",
    "webhint"
  ],
  "license": "Apache-2.0",
  "main": "./dist/src/connector.js",
  "name": "@hint/connector-chrome",
  "nyc": {
    "branches": 30,
    "extends": "../../.nycrc",
    "functions": 70,
    "lines": 70,
    "statements": 70
  },
  "peerDependencies": {
    "hint": "^5.2.3"
  },
  "repository": {
    "directory": "packages/connector-chrome",
    "type": "git",
    "url": "https://github.com/webhintio/hint.git"
  },
  "scripts": {
    "build": "npm-run-all build:*",
    "build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
    "build:assets": "cpx \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
    "build:ts": "tsc -b",
    "clean": "rimraf dist",
    "lint": "npm-run-all lint:*",
    "lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives",
    "lint:dependencies": "node ../../scripts/lint-dependencies.js",
    "lint:md": "node ../../scripts/lint-markdown.js",
    "test": "npm run lint && npm run build && npm run test-only",
    "test-only": "nyc ava",
    "test-release": "npm run lint && npm run build-release && ava",
    "watch": "npm run build && npm-run-all --parallel -c watch:*",
    "watch:ts": "npm run build:ts -- --watch"
  },
  "version": "4.0.9"
}
