-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 923 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 923 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
28
29
30
31
32
33
34
35
36
{
"name": "@yarnpkg/monorepo",
"packageManager": "yarn@6.0.0-rc.10",
"workspaces": [
"documentation",
"packages/*",
"tests/acceptance-tests",
"tests/acceptance-tests/pkg-tests-core",
"tests/acceptance-tests/pkg-tests-fixtures",
"tests/acceptance-tests/pkg-tests-specs"
],
"devDependencies": {
"@types/dom-navigation": "^1.0.6",
"@types/lodash": "^4.17.17",
"@types/node": "^22.15.20",
"@yarnpkg/types": "^4.0.1",
"esbuild": "^0.25.5",
"lodash": "^4.17.21",
"typescript": "^5.9.3"
},
"repository": {
"directory": "",
"type": "git",
"url": "git+https://github.com/yarnpkg/zpm.git"
},
"dependencies": {
"@yarnpkg/eslint-config": "^3.1.0",
"clipanion": "^4.0.0-rc.4",
"eslint": "^9.36.0"
},
"resolutions": {
"@clipanion/tools": "file:scripts/@clipanion-tools.tgz",
"@types/node": "^24.10.4"
},
"version": "2.0.3-4"
}