forked from RooCodeInc/Roo-Code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 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
41
42
43
44
45
46
47
48
49
50
{
"name": "z-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"nx": "nx",
"build": "nx run-many -t build",
"test": "nx run-many -t test"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.28.0",
"devDependencies": {
"@theia/ffmpeg": "^1.67.0",
"css-loader": "^7.1.2",
"electron": "38.4.0",
"electron-rebuild": "^3.2.9",
"file-loader": "^6.2.0",
"node-loader": "^2.1.0",
"nx": "^22.3.3",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"umd-compat-loader": "^2.1.2",
"url-loader": "^4.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild",
"keytar",
"drivelist",
"node-pty",
"native-keymap",
"@theia/ffmpeg"
]
},
"dependencies": {
"@theia/monaco-editor-core": "^1.96.302",
"@theia/variable-resolver": "^1.67.0",
"bindings": "^1.5.0",
"drivelist": "^12.0.2",
"keytar": "^7.9.0",
"native-keymap": "^3.3.8",
"node-pty": "^1.1.0",
"reflect-metadata": "^0.2.2",
"yargs": "^17.7.2"
}
}