-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 3.41 KB
/
package.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@yarnpkg/monorepo",
"private": true,
"license": "BSD-2-Clause",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@arcanis/sherlock": "^2.0.3",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.6",
"@types/node": "^18.15.11",
"@yarnpkg/cli": "workspace:^",
"@yarnpkg/core": "workspace:^",
"@yarnpkg/eslint-config": "workspace:^",
"@yarnpkg/fslib": "workspace:^",
"@yarnpkg/libzip": "workspace:^",
"@yarnpkg/sdks": "workspace:^",
"clipanion": "^3.2.1",
"esbuild-wasm": "0.17.5",
"eslint": "^8.2.0",
"jest": "^29.2.1",
"pirates": "^4.0.5",
"tslib": "^2.4.0",
"typescript": "5.2.0-beta"
},
"resolutions": {
"ink": "patch:ink@npm%3A3.0.8#~/.yarn/patches/ink-npm-3.0.8-3a8005f59f.patch",
"yoga-layout-prebuilt": "patch:[email protected]#./.yarn/patches/yoga-layout-prebuilt.patch",
"typedoc@npm:0.16.0": "patch:typedoc@npm%3A0.17.0-3#~/.yarn/patches/typedoc-npm-0.17.0-3-0ce05847cf.patch",
"typedoc@npm:0.17.0-3": "patch:typedoc@npm%3A0.17.0-3#~/.yarn/patches/typedoc-npm-0.17.0-3-0ce05847cf.patch"
},
"dependenciesMeta": {
"core-js": {
"built": false
},
"core-js-pure": {
"built": false
},
"date-fns": {
"built": false
},
"fsevents": {
"built": false
},
"gatsby": {
"built": false
},
"gatsby-cli": {
"built": false
},
"[email protected]": {
"unplugged": true
},
"gatsby-telemetry": {
"built": false
},
"[email protected]": {
"unplugged": true
},
"svg2png": {
"unplugged": true
}
},
"scripts": {
"bench": "yarn node -r ./scripts/setup-ts-execution ./scripts/bench-folder.ts",
"build:plugin-constraints": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts constraints",
"build:plugin-exec": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts exec",
"build:plugin-interactive-tools": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts interactive-tools",
"build:plugin-stage": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts stage",
"build:plugin-typescript": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts typescript",
"build:plugin-version": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts version",
"build:plugin-workspace-tools": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts workspace-tools",
"build:plugin-commands": "node ./scripts/gen-plugin-commands.js > packages/yarnpkg-cli/sources/pluginCommands.ts",
"build:compile": "rm -rf \"$0\"/lib && mkdir -p \"$0\"/lib && rsync -a --include '*.d.ts' --exclude '*.ts' --exclude '*.tsx' \"$0\"/sources/ \"$0\"/lib/ && node scripts/compile \"$@\"",
"test:lint": "eslint --max-warnings 0 \"./**/*.@(tsx|ts|js)\"",
"test:unit": "jest",
"typecheck:all": "tsc --noEmit"
},
"sherlock": {
"requireList": [
"scripts/actions/sherlock-prepare.js"
]
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git",
"directory": "."
},
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@yarnpkg/types": "workspace:^",
"chalk": "^3.0.0"
}
}