{
  "name": "sync-directory",
  "version": "6.0.5",
  "description": "sync two directories by copying or creating hardlink",
  "main": "./index.js",
  "module": "./index.mjs",
  "exports": {
    ".": {
      "require": {
        "default": "./index.js",
        "types": "./index.d.ts"
      },
      "import": {
        "default": "./index.mjs",
        "types": "./index.d.mts"
      }
    }
  },
  "types": "./index.d.ts",
  "scripts": {
    "test": "npx mocha --timeout 10000"
  },
  "keywords": [
    "fs",
    "sync",
    "async",
    "promise",
    "event",
    "walk",
    "absolute"
  ],
  "bin": {
    "syncdir": "./cmd.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoperyy/sync-directory.git"
  },
  "author": "https://github.com/hoperyy",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hoperyy/sync-directory/issues"
  },
  "homepage": "https://github.com/hoperyy/sync-directory#readme",
  "dependencies": {
    "chokidar": "^3.3.1",
    "commander": "^6.2.0",
    "fs-extra": "^7.0.1",
    "is-absolute": "^1.0.0",
    "readdir-enhanced": "^1.5.2"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "sinon": "^14.0.0"
  }
}