-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
40 lines (40 loc) · 978 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "yarn-plugin-workspace-since",
"main": "./sources/index.ts",
"dependencies": {
"@types/semver": "^7.3.4",
"@yarnpkg/core": "^4.0.1",
"clipanion": "^4.0.0-rc.2",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"minimatch": "^3.0.4",
"p-limit": "^3.1.0",
"semver": "^7.3.5",
"tslib": "^2.1.0"
},
"scripts": {
"test": "jest",
"build": "builder build plugin",
"typecheck": "tsc --noEmit --project tsconfig.json"
},
"devDependencies": {
"@types/faker": "^5.5.2",
"@types/fs-extra": "^11.0.3",
"@types/jest": "^29.5.7",
"@types/minimatch": "^3.0.4",
"@types/node": "^20",
"@yarnpkg/builder": "^4.0.0",
"@yarnpkg/fslib": "^3.0.1",
"async-sema": "^3.1.1",
"faker": "^5.5.3",
"jest": "^29.7.0",
"simple-git": "^2.45.1",
"ts-jest": "^29.1.1",
"type-fest": "^1.0.2",
"typescript": "^5.2.2"
},
"engine": {
"node": ">=18"
},
"packageManager": "yarn@4.0.1"
}