forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) Β· 2.99 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
{
"name": "@yarnpkg/monorepo",
"private": true,
"license": "BSD-2-Clause",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@arcanis/sherlock": "^2.0.3",
"@eslint/config-inspector": "^0.5.0",
"@types/jest": "^28.1.6",
"@types/micromatch": "^4.0.1",
"@types/node": "^18.17.15",
"@types/semver": "^7.1.0",
"@yarnpkg/cli": "workspace:^",
"@yarnpkg/core": "workspace:^",
"@yarnpkg/eslint-config": "workspace:^",
"@yarnpkg/fslib": "workspace:^",
"@yarnpkg/libzip": "workspace:^",
"@yarnpkg/sdks": "workspace:^",
"clipanion": "^4.0.0-rc.2",
"esbuild-wasm": "0.17.5",
"eslint": "^8.57.0",
"jest": "^29.2.1",
"pirates": "^4.0.5",
"tslib": "^2.4.0",
"typescript": "^5.5.2"
},
"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"
},
"dependenciesMeta": {
"core-js": {
"built": false
},
"core-js-pure": {
"built": false
},
"date-fns": {
"built": false
},
"fsevents": {
"built": false
}
},
"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 .",
"test:unit": "jest",
"typecheck:all": "tsc -p ."
},
"sherlock": {
"requireList": [
"scripts/actions/sherlock-prepare.js"
]
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git",
"directory": "."
},
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"@yarnpkg/types": "workspace:^",
"chalk": "^3.0.0",
"micromatch": "^4.0.2",
"semver": "^7.1.2"
},
"packageManager": "[email protected]+sha256.15ce76682a8cd2090257b883cd69c637925b29573f9573e8403ec227d5ab6815"
}