We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8118a commit d7a7d12Copy full SHA for d7a7d12
2 files changed
package.json
@@ -29,7 +29,8 @@
29
"test": "jest",
30
"typecheck": "tsc --noEmit",
31
"vscode:prepublish": "yarn build",
32
- "watch": "yarn compile --watch"
+ "watch": "yarn compile --watch",
33
+ "package": "vsce package"
34
},
35
"keywords": [
36
"1password",
@@ -174,6 +175,7 @@
174
175
"@types/uuid": "^9.0.1",
176
"@types/vscode": "^1.66.0",
177
"@typescript-eslint/eslint-plugin": "^7.10.0",
178
+ "@vscode/vsce": "2.25.0",
179
"cross-env": "^7.0.3",
180
"esbuild": "^0.21.3",
181
"esbuild-register": "^3.5.0",
@@ -189,5 +191,8 @@
189
191
"typescript": "^5.4.5",
190
192
"uuid": "^9.0.0",
193
"yaml": "^2.3.1"
194
+ },
195
+ "resolutions": {
196
+ "cheerio": "^0"
197
}
198
0 commit comments