-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 987 Bytes
/
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
{
"name": "yarn-plugins-cy",
"version": "1.0.1",
"engines": {
"node": ">=14.18",
"yarn": ">=3"
},
"scripts": {
"builder": "builder",
"builder:post": "yarn node ./scripts/rename.cjs",
"build:versiontools": "yarn workspace yarn-plugin-version-tools run build && yarn workspace yarn-plugin-version-tools run -T builder:post --cwd ./packages/yarn-plugin-version-tools",
"build:manifest": "yarn workspace yarn-plugin-manifest run build && yarn workspace yarn-plugin-manifest run -T builder:post --cwd ./packages/yarn-plugin-manifest"
},
"workspaces": [
"packages/*"
],
"repository": "https://github.com/indooorsman/yarn-plugins.git",
"author": "[email protected]",
"license": "MIT",
"packageManager": "[email protected]",
"devDependencies": {
"@yarnpkg/builder": "^3.2.0",
"typescript": "^4.6.2"
},
"resolutions": {
"yoga-layout-prebuilt": "patch:[email protected]#./.yarn/patches/yoga-layout-prebuilt.patch"
}
}