syncpack
Version:
Consistent dependency versions in large JavaScript Monorepos
87 lines • 3.07 kB
JSON
{
"name": "syncpack",
"description": "Consistent dependency versions in large JavaScript Monorepos",
"version": "15.3.2",
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/syncpack/issues",
"contributors": [
"Adam Haglund (https://github.com/beeequeue)",
"Alex Hayton (https://github.com/AlexHayton)",
"Alex Trofimov (https://github.com/mctrafik)",
"Altay (https://github.com/altaywtf)",
"Andrew Njoo (https://github.com/adnjoo)",
"Angel de da Torre (https://github.com/ardelato)",
"Aparajita Fishman (https://github.com/aparajita)",
"Artur Wierzbicki (https://github.com/ArturWierzbicki)",
"Chase Holdren (https://github.com/chaseholdren)",
"Chase Tamnoon (https://github.com/chase-tamnoon)",
"Daniel Silva (https://github.com/dsilvasc)",
"Dustin McCormick (https://github.com/djmccormick)",
"Elchin Valiyev (https://github.com/evaliyev)",
"Gabriel Pereira Woitechen (https://github.com/wtchnm)",
"Jamie Haywood (https://github.com/jamiehaywood)",
"Jamie Mason (https://github.com/JamieMason)",
"Jody Heavener (https://github.com/jodyheavener)",
"Keyan Zhang (https://github.com/keyz)",
"Luis Vieira (https://github.com/luisvieiragmr)",
"Maksim Nesterenko (https://github.com/maksnester)",
"Marais Rossouw (https://github.com/maraisr)",
"Matt Sprague (https://github.com/uforic)",
"Max Rohde (https://github.com/mxro)",
"Michał Warać (https://github.com/auto200)",
"Mike North (https://github.com/mike-north)",
"Nick Saunders (https://github.com/nsaunders)",
"Nikolas Schröter (https://github.com/nwidynski)",
"Petter Sæther Moen (https://github.com/petter)",
"Samuel Attard (https://github.com/MarshallOfSound)",
"Siraj (https://github.com/Syhner)",
"Steve Beaugé (https://github.com/stevebeauge)",
"Stuart Knightley (https://github.com/Stuk)",
"Tom Fletcher (https://github.com/tom-fletcher)"
],
"engines": {
"node": ">=14.17.0"
},
"funding": "https://github.com/sponsors/JamieMason",
"homepage": "https://github.com/JamieMason/syncpack#readme",
"keywords": [
"dependencies",
"exact-versions",
"lerna",
"lernajs",
"monorepo",
"npm",
"nx",
"package-json",
"packages",
"pnpm",
"semver",
"sort-package-json",
"turbo",
"turborepo",
"version-linter",
"versions",
"workspaces",
"yarn"
],
"license": "MIT",
"packageManager": "pnpm@10.33.4",
"repository": {
"type": "git",
"url": "git+https://github.com/JamieMason/syncpack.git"
},
"bin": {
"syncpack": "./index.cjs"
},
"optionalDependencies": {
"syncpack-linux-x64": "15.3.2",
"syncpack-linux-x64-musl": "15.3.2",
"syncpack-linux-arm64": "15.3.2",
"syncpack-linux-arm64-musl": "15.3.2",
"syncpack-darwin-x64": "15.3.2",
"syncpack-darwin-arm64": "15.3.2",
"syncpack-windows-x64": "15.3.2",
"syncpack-windows-arm64": "15.3.2"
},
"types": "./syncpack.d.ts"
}