{
  "name": "syncpack",
  "description": "Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces",
  "version": "5.5.6",
  "author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
  "bin": {
    "syncpack": "dist/bin.js",
    "syncpack-fix-mismatches": "dist/bin-fix-mismatches.js",
    "syncpack-format": "dist/bin-format.js",
    "syncpack-list-mismatches": "dist/bin-list-mismatches.js",
    "syncpack-list": "dist/bin-list.js",
    "syncpack-set-semver-ranges": "dist/bin-set-semver-ranges.js"
  },
  "bugs": "https://github.com/JamieMason/syncpack/issues",
  "contributors": [
    "Alex Hayton (https://github.com/AlexHayton)",
    "Aparajita Fishman (https://github.com/aparajita)",
    "Jamie Mason (https://github.com/JamieMason)",
    "Luis Vieira (https://github.com/luisvieiragmr)",
    "Marais Rossouw (https://github.com/maraisr)",
    "Matt Sprague (https://github.com/uforic)"
  ],
  "dependencies": {
    "chalk": "4.1.0",
    "commander": "6.0.0",
    "cosmiconfig": "7.0.0",
    "expect-more": "0.8.0",
    "fs-extra": "9.0.1",
    "glob": "7.1.6",
    "read-yaml-file": "2.0.0",
    "semver": "7.3.2"
  },
  "devDependencies": {
    "@types/fs-extra": "9.0.1",
    "@types/glob": "7.1.3",
    "@types/jest": "26.0.10",
    "@types/mock-fs": "4.10.0",
    "@types/node": "14.6.0",
    "@types/semver": "7.3.3",
    "@typescript-eslint/eslint-plugin": "3.9.1",
    "@typescript-eslint/parser": "3.9.1",
    "eslint": "7.7.0",
    "expect-more-jest": "5.2.0",
    "jest": "26.4.2",
    "mock-fs": "4.13.0",
    "prettier": "2.0.5",
    "rimraf": "3.0.2",
    "ts-jest": "26.2.0",
    "typescript": "4.0.2"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/JamieMason/syncpack#readme",
  "keywords": [
    "cli",
    "dependency-manager",
    "lerna",
    "lernajs",
    "monorepo",
    "multi-package",
    "nodejs",
    "npm",
    "package",
    "package-json",
    "packages",
    "pnpm",
    "semver",
    "workspace",
    "yarn"
  ],
  "license": "MIT",
  "main": "syncpack",
  "repository": "JamieMason/syncpack",
  "scripts": {
    "build": "tsc --project .",
    "format": "prettier --write './src/**/*.ts' './test/**/*.ts'",
    "lint": "eslint --fix --ext .ts,.tsx .",
    "prebuild": "rimraf dist ./test/dist",
    "prelint": "npm run format",
    "prepack": "npm run build",
    "test": "jest"
  }
}
