forked from github/CopilotForXcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 674 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 674 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
{
"name": "@github/copilot-xcode",
"version": "0.0.1",
"description": "Package for downloading @github/copilot-language-server",
"private": true,
"scripts": {
"build": "webpack"
},
"dependencies": {
"@github/copilot-language-server": "^1.321.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"monaco-editor": "0.52.2"
},
"devDependencies": {
"@types/node": "^22.15.17",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.14",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.8",
"webpack-cli": "^6.0.1"
}
}