-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 734 Bytes
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": "@cursorless/test-vscode-e2e",
"version": "0.1.0",
"description": "Our VSCode end-to-end tests",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc",
"clean": "rm -rf ./out ./dist ./tsconfig.tsbuildinfo"
},
"dependencies": {
"@cursorless/lib-common": "workspace:*",
"@cursorless/lib-node-common": "workspace:*",
"@cursorless/lib-vscode-common": "workspace:*",
"immer": "^11.1.4",
"lodash-es": "^4.18.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.10",
"@types/semver": "^7.7.1",
"@types/sinon": "^21.0.0",
"@types/vscode": "1.98.0",
"semver": "^7.7.4",
"sinon": "^21.0.3"
}
}