-
-
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": "15.1.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)"
],
"devDependencies": {
"@biomejs/biome": "^2.4.13",
"@release-it/conventional-changelog": "^10.0.6",
"release-it": "^19.2.4",
"ts-json-schema-generator": "^2.9.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"
}
}