-
Notifications
You must be signed in to change notification settings - Fork 417
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 KB
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": "vscode-dotnet-runtime",
"repository": {
"type": "git",
"url": "https://github.com/dotnet/vscode-dotnet-runtime.git"
},
"bugs": {
"url": "https://github.com/dotnet/vscode-dotnet-runtime/issues"
},
"license": "MIT",
"author": "Microsoft Corporation",
"scripts": {
"compile-all": "build.cmd",
"lint": "npx eslint vscode-dotnet-runtime-library/src/**/*.ts vscode-dotnet-runtime-extension/src/**/*.ts --fix"
},
"dependencies": {
"@vscode/test-electron": "^2.5.2",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-jsdoc": "^62.8.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"node": "^22.15.1",
"typescript": "^5.5.4"
},
"devDependencies": {
"@eslint/compat": "^2.0.3",
"@types/mocha": "^10.0.10",
"@types/node": "^22.19.9",
"@types/source-map-support": "^0.5.6",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vscode/vsce": "^3.7.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^17.4.0",
"rimraf": "^6.1.3",
"typescript-eslint": "^8.57.2"
}
}