{
  "name": "playcanvas-sync",
  "version": "2.0.4",
  "author": "PlayCanvas <support@playcanvas.com>",
  "homepage": "https://playcanvas.com",
  "description": "Real-time synchronization of files between PlayCanvas and your local machine",
  "keywords": [
    "playcanvas",
    "sync",
    "local"
  ],
  "files": [
    "bin",
    "src"
  ],
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/playcanvas/playcanvas-sync/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/playcanvas/playcanvas-sync.git"
  },
  "dependencies": {
    "bottleneck": "^2.19.5",
    "commander": "^14.0.3",
    "find-process": "^2.0.0",
    "gitignore-parser": "0.0.2"
  },
  "devDependencies": {
    "@playcanvas/eslint-config": "2.1.0",
    "chai": "6.2.2",
    "eslint": "10.0.0",
    "globals": "17.3.0",
    "mocha": "11.7.5",
    "nock": "14.0.11",
    "sinon": "21.0.1"
  },
  "scripts": {
    "lint": "eslint src bin test",
    "test": "mocha test/**/*.test.js",
    "test:unit": "mocha test/unit/**/*.test.js",
    "test:integration": "mocha test/integration/**/*.test.js"
  },
  "bin": {
    "pcsync": "bin/pcsync.js",
    "pcwatch": "bin/pcwatch.js"
  }
}
