-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
149 lines (149 loc) · 5.76 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"private": true,
"name": "vlocode-project",
"packageManager": "[email protected]",
"description": "Vlocode project packages",
"version": "1.23.0",
"license": "MIT",
"author": {
"name": "Peter van Gulik",
"email": "[email protected]"
},
"publisher": "curlybracket",
"homepage": "https://github.com/Codeneos/vlocode#readme",
"categories": [
"Other"
],
"repository": "https://github.com/codeneos/vlocode.git",
"bugs": {
"url": "https://github.com/Codeneos/vlocode/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.0.0"
},
"devDependencies": {
"@lerna-lite/cli": "^3.8.0",
"@lerna-lite/publish": "^3.8.0",
"@lerna-lite/version": "^3.8.0",
"@types/fs-extra": "^11",
"@types/jest": "^29.5.11",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"chalk": "^4.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^37.9.7",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^11",
"husky": "^8.0.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-sonar": "^0.2.16",
"js-yaml": "^4.1.0",
"lint-staged": "^13.1.0",
"log-symbols": "^4.1.0",
"prettier": "^3.3.3",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "5.1.6"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@oclif/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"@types/[email protected]": "patches/@[email protected]",
"@salesforce/[email protected]": "patches/@[email protected]",
"@salesforce/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]"
},
"allowNonAppliedPatches": true,
"overrides": {
"braces@<2.3.1": ">=2.3.1",
"simple-git@<3.3.0": ">=3.3.0",
"parse-path@<5.0.0": ">=5.0.0",
"got@<11.8.5": ">=11.8.5",
"global-modules-path@<3.0.0": ">=3.0.0",
"parse-url@<8.1.0": ">=8.1.0",
"xmldom@<0.5.0": ">=0.5.0",
"simple-git@<3.16.0": ">=3.16.0",
"http-cache-semantics@<4.1.1": ">=4.1.1",
"simple-git@<3.5.0": ">=3.5.0",
"simple-git@<3.15.0": ">=3.15.0",
"decode-uri-component@<0.2.1": ">=0.2.1",
"loader-utils@<1.4.1": ">=1.4.1",
"yaml@>=2.0.0-5 <2.2.2": ">=2.2.2",
"fast-xml-parser@<4.1.2": ">=4.1.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"minimist@<0.2.1": ">=0.2.1",
"json5@<1.0.2": ">=1.0.2",
"follow-redirects@<=1.15.5": ">=1.15.6",
"tar@<6.2.1": ">=6.2.1",
"minimist@<0.2.4": ">=0.2.4",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"word-wrap@<1.2.4": ">=1.2.4",
"tough-cookie@<4.1.3": ">=4.1.3",
"jsonwebtoken@<9.0.0": ">=9.0.0",
"jsonwebtoken@<=8.5.1": ">=9.0.0",
"async@>=3.0.0 <3.2.2": ">=3.2.2",
"ip@<1.1.9": ">=1.1.9",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"fast-xml-parser@<4.4.1": ">=4.4.1",
"semver@>=6.0.0 <6.3.1": ">=6.3.1"
}
},
"scripts": {
"build": "pnpm run -r build",
"pack": "pnpm run build && pnpm run -r pack",
"clean": "pnpm run -r clean",
"watch": "pnpm run build && pnpm run -r --parallel --stream --no-bail watch",
"watch-cli": "pnpm run --filter @vlocode/cli... --parallel --stream --no-bail watch",
"build-cli": "pnpm run --filter @vlocode/cli... build",
"pack-cli": "pnpm run --filter \"@vlocode/cli^...\" build && pnpm run --filter @vlocode/cli pack",
"pack-extension": "pnpm run --filter \"vlocode^...\" build && pnpm run --filter vlocode pack",
"publish-extension": "pnpm run --filter \"vlocode^...\" build && pnpm run --filter vlocode publish",
"release-patch": "lerna version patch",
"release-minor": "lerna version minor",
"sync-ws-version": "node -e \"fs.writeFileSync('./package.json', JSON.stringify({ ...require('./package.json'), version: require('./lerna.json').version }, undefined, 4));\"",
"test": "jest",
"prepare": "husky install",
"lint": "eslint ./packages/*/src --no-error-on-unmatched-pattern",
"docs": "pnpm sync-ws-version && typedoc"
},
"resolutions": {
"@types/fs-extra": "^11",
"@oclif/command": "1.8.16",
"@types/node": "^20",
"moment": ">=2.29.4",
"fs-extra": "11",
"js-force": "1.11.0",
"salesforce-alm": "^52",
"@salesforce/core@^3": "3.31.18",
"@salesforce/core@^2": "2.37.1",
"@types/jsforce": "1.9.42",
"chalk": "^4.1.2",
"js-yaml": "^4.1.0",
"typescript": "5.1.6",
"xml2js": "^0.5.0",
"esbuild": "^0.20.1",
"jsonwebtoken": "^9.0.0",
"braces": "^3.0.3",
"punycode": "^2.3.1"
},
"lint-staged": {
"*.ts": "eslint --fix",
"*.{md,json,yaml}": "prettier --write"
},
"dependencies": {
"typescript-eslint": "^8.1.0"
}
}