{
  "name": "@putout/quick-lint",
  "version": "1.6.0",
  "type": "commonjs",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "quick-lint-js as library",
  "homepage": "http://github.com/putoutjs/quick-lint",
  "main": "lib/quick-lint.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/putoutjs/quick-lint.git"
  },
  "bin": {
    "quick-lint": "bin/quick-lint.mjs"
  },
  "keywords": [
    "quick-lint-js",
    "linter",
    "js",
    "putout"
  ],
  "scripts": {
    "test": "madrun test",
    "coverage": "madrun coverage",
    "lint": "madrun lint",
    "fix:lint": "madrun fix:lint",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:lint": "madrun watch:lint",
    "update:dist": "madrun update:dist"
  },
  "dependencies": {
    "once": "^1.4.0"
  },
  "license": "MIT",
  "devDependencies": {
    "@putout/test": "^11.0.0",
    "c8": "^10.1.2",
    "eslint": "^9.1.1",
    "eslint-plugin-putout": "^23.0.0",
    "ipull": "^3.2.2",
    "madrun": "^10.0.1",
    "montag": "^1.2.1",
    "nodemon": "^3.1.0",
    "putout": "^37.16.0",
    "supertape": "^10.5.0",
    "try-to-catch": "^3.0.1"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  }
}
