forked from microsoft/copilot-for-eclipse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "github-copilot-eclipse",
"version": "0.0.1",
"description": "Sub package for managing @github/copilot-language-server dependency",
"publisher": "GitHub",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/copilot-for-eclipse.git"
},
"scripts": {
"postinstall": "node copy-binaries.js"
},
"dependencies": {
"@github/copilot-language-server": "1.488.0",
"@github/copilot-language-server-win32-x64": "1.488.0",
"@github/copilot-language-server-darwin-x64": "1.488.0",
"@github/copilot-language-server-darwin-arm64": "1.488.0",
"@github/copilot-language-server-linux-x64": "1.488.0",
"@github/copilot-language-server-linux-arm64": "1.488.0"
}
}