-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 752 Bytes
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
{
"name": "greasemonkey-scripts",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "nx run-many --target=build --all",
"lint": "nx run-many --target=lint --all",
"test": "nx run-many --target=test --all",
"bump": "scripts/auto-bump-packages.sh"
},
"devDependencies": {
"@release-it/conventional-changelog": "^12.0.0",
"nx": "~23.1.1",
"oxlint": "~1.78.0",
"release-it": "^21.0.2",
"typescript": "~7.0.2"
},
"resolutions": {
"yoctocolors": "2.2.0"
},
"packageManager": "yarn@4.18.0+sha512.fcb8716fe7cd0eece141ffc18b92193a9df9204c1ba83189c288835223fc0bbe64af473bab0d5e9927a7daeb5caf2bb07eb2787cc9338ca040ea125f2a1f2f7e",
"engines": {
"node": ">=24.19.0"
}
}