{
  "dependencies": {
    "debug": "4.3.4"
  },
  "description": "debug messages util",
  "devDependencies": {
    "@types/debug": "^4.1.7",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-markdown": "^2.2.1",
    "npm-run-all": "^4.1.5",
    "rimraf": "^5.0.0",
    "typescript": "^4.5.5"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://webhint.io/",
  "keywords": [
    "hint",
    "hint-utils-debug",
    "debug",
    "utils",
    "webhint"
  ],
  "license": "Apache-2.0",
  "main": "./dist/src/debug.js",
  "name": "@hint/utils-debug",
  "repository": {
    "directory": "packages/utils-debug",
    "type": "git",
    "url": "https://github.com/webhintio/hint.git"
  },
  "scripts": {
    "build": "npm-run-all build:*",
    "build-release": "npm run clean && tsc --inlineSourceMap false --removeComments true",
    "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",
    "test": "npm run lint && npm run test-only",
    "test-only": "npm run build",
    "test-release": "npm run lint && npm run build-release",
    "watch": "npm run build && npm-run-all --parallel -c watch:*",
    "watch:ts": "npm run build:ts -- --watch"
  },
  "version": "1.0.11"
}
