{
  "name": "trimerge-sync",
  "version": "0.20.0",
  "description": "distributed data sync using trimerge",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "test": "jest --watch",
    "test-ci": "jest --coverage --reporters=@descript/jest-github-reporter",
    "test:update-snapshots": "jest --updateSnapshot",
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "lint": "eslint src/**/*.ts",
    "prepublishOnly": "rm -rf dist/ && npm run build"
  },
  "engines": {
    "node": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcello3d/trimerge.git"
  },
  "keywords": [
    "json",
    "three-way-merge",
    "diff",
    "diff3",
    "merge"
  ],
  "author": {
    "name": "Marcello Bastéa-Forte",
    "email": "marcello@cellosoft.com"
  },
  "license": "Zlib",
  "bugs": {
    "url": "https://github.com/marcello3d/trimerge-sync/issues"
  },
  "homepage": "https://github.com/marcello3d/trimerge-sync#readme",
  "dependencies": {
    "project-name-generator": "^2.1.9"
  },
  "files": [
    "dist/**/*",
    "src/**/*"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "21.0.0",
    "@rollup/plugin-node-resolve": "13.0.6",
    "@types/project-name-generator": "2.1.1",
    "codecov": "3.8.3",
    "immer": "^9.0.6",
    "jest": "27.0.6",
    "jsondiffpatch": "^0.4.1",
    "rollup": "2.58.0",
    "rollup-plugin-typescript2": "0.30.0",
    "trimerge": "^1.3.0-alpha.15",
    "trimerge-sync-hash": "0.20.0",
    "typescript": "4.4.4"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "globals": {
      "ts-jest": {
        "diagnostics": {
          "warnOnly": true
        }
      }
    }
  }
}
