{
  "name": "@commercetools/sync-actions",
  "version": "8.1.0",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "description": "Build API update actions for the commercetools platform.",
  "keywords": [
    "commercetools",
    "sync",
    "actions"
  ],
  "homepage": "https://commercetools.github.io/nodejs",
  "bugs": "https://github.com/commercetools/typescript-dev-utilities/issues",
  "author": "",
  "main": "dist/commercetools-sync-actions.cjs.js",
  "module": "dist/commercetools-sync-actions.esm.js",
  "types": "dist/declarations/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/commercetools/typescript-dev-utilities.git"
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "yarn clean;tsc && node esbuild.mjs",
    "prepublishOnly": "yarn build",
    "test": "jest --runInBand"
  },
  "dependencies": {
    "@commercetools/platform-sdk": "latest",
    "esbuild": "^0.25.4",
    "fast-equals": "^2.0.0",
    "jest": "^29.7.0",
    "jsondiffpatch": "0.5.0",
    "lodash.foreach": "^4.5.0",
    "lodash.intersection": "^4.4.0",
    "lodash.isequal": "^4.5.0",
    "lodash.isnil": "^4.0.0",
    "lodash.shuffle": "^4.2.0",
    "lodash.sortby": "^4.7.0",
    "lodash.uniqwith": "^4.5.0",
    "lodash.without": "^4.4.0"
  }
}
