{
  "name": "diffchecker",
  "homepage": "https://diffchecker.com/cli",
  "bin": {
    "diffchecker": "dist/diffchecker.js"
  },
  "engines": {
    "node": ">=20"
  },
  "version": "0.3.2",
  "description": "Command line tool for Diffchecker.",
  "main": "dist/diffchecker.js",
  "files": [
    "dist",
    "help.txt"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wali-s/diffchecker-cli.git"
  },
  "scripts": {
    "compile": "yarn tsc",
    "compile_windows": "yarn tsc",
    "prepublish": "npm run compile",
    "test": "ts-node src/diffchecker.ts test/file1.js test/file2.js",
    "prepare": "husky"
  },
  "keywords": [
    "diff",
    "diffchecker"
  ],
  "contributors": [
    {
      "name": "Ahmad Sidiqi",
      "email": "ahmad@sidiqi.net",
      "website": "http://sidiqi.net"
    }
  ],
  "devDependencies": {
    "@types/opener": "^1.4.3",
    "@types/universal-analytics": "^0.4.8",
    "@types/yargs": "^17.0.35",
    "@typescript-eslint/eslint-plugin": "^8.57.0",
    "@typescript-eslint/parser": "^8.57.0",
    "eslint": "^10.0.3",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "husky": "^9.1.7",
    "lint-staged": "^16.3.3",
    "prettier": "^3.8.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "lint-staged": {
    "*.ts?(x)": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "axios": "^1.13.6",
    "form-data": "^4.0.5",
    "highlight.js": "^11.11.1",
    "http-terminator": "^3.2.0",
    "opener": "^1.4.1",
    "portfinder": "^1.0.38",
    "simple-git": "^3.33.0",
    "universal-analytics": "^0.5.3",
    "yargs": "^18.0.0"
  },
  "packageManager": "yarn@4.13.0"
}
