{
  "ava": {
    "failFast": false,
    "files": [
      "dist/tests/**/*.js",
      "!dist/tests/**/fixtures/**/*.js"
    ],
    "timeout": "1m",
    "workerThreads": false
  },
  "bin": "./dist/src/bin/hint.js",
  "dependencies": {
    "@hint/utils": "^7.0.24",
    "@hint/utils-debug": "^1.0.11",
    "@hint/utils-fs": "^1.0.16",
    "@hint/utils-json": "^1.0.28",
    "@hint/utils-network": "^1.0.27",
    "@hint/utils-string": "^1.0.14",
    "@hint/utils-types": "^1.2.1",
    "browserslist": "^4.23.0",
    "chalk": "^4.1.2",
    "eventemitter2": "^6.4.9",
    "globby": "^11.0.4",
    "is-ci": "^3.0.1",
    "lodash": "^4.17.21",
    "optionator": "^0.9.1",
    "ora": "^5.4.1",
    "os-locale": "^5.0.0",
    "setimmediate": "^1.0.5",
    "update-notifier": "^5.1.0"
  },
  "description": "The linting tool for the web",
  "devDependencies": {
    "@hint/utils-dom": "^2.2.4",
    "@types/lodash": "^4.14.194",
    "@types/node": "^20.1.1",
    "@types/sinon": "^10.0.11",
    "@types/update-notifier": "^5.1.0",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^4.33.0",
    "ava": "^4.3.3",
    "copyfiles": "^2.4.1",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-markdown": "^2.2.1",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "rimraf": "^5.0.0",
    "sinon": "^13.0.1",
    "typescript": "^4.5.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    ".hintrc",
    "dist/src",
    "dist/tests/helpers",
    "docs"
  ],
  "homepage": "https://webhint.io/",
  "keywords": [
    "a11y",
    "accessibility",
    "best-practices",
    "compatibility",
    "lint",
    "performance",
    "security"
  ],
  "license": "Apache-2.0",
  "main": "./dist/src/lib/index.js",
  "name": "hint",
  "nyc": {
    "extends": "../../.nycrc"
  },
  "optionalDependencies": {
    "@hint/configuration-development": "^8.3.20",
    "@hint/configuration-web-recommended": "^8.2.24"
  },
  "repository": {
    "directory": "packages/hint",
    "type": "git",
    "url": "https://github.com/webhintio/hint.git"
  },
  "scripts": {
    "ava": "ava",
    "build": "npm-run-all build:*",
    "build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
    "build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
    "build:ts": "tsc -b",
    "clean": "rimraf dist",
    "lint": "npm-run-all lint:*",
    "lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore",
    "lint:dependencies": "node ../../scripts/lint-dependencies.js",
    "lint:md": "node ../../scripts/lint-markdown.js",
    "hint": "node dist/src/bin/hint",
    "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:assets": "npm run build:assets -- -w --no-initial",
    "watch:resources": "npm run build:assets -- -w --no-initial",
    "watch:test": "ava --watch",
    "watch:ts": "npm run build:ts -- --watch"
  },
  "version": "7.1.13"
}
