-
-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.76 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "syncpack",
"description": "Consistent dependency versions in large JavaScript Monorepos",
"version": "14.2.0",
"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)"
],
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@release-it/conventional-changelog": "^10.0.5",
"release-it": "^19.2.4",
"ts-json-schema-generator": "^2.5.0",
"typescript": "^5.9.3"
},
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/JamieMason/syncpack.git"
}
}