forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.05 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@gravitational/teleterm",
"version": "1.0.0-dev",
"description": "Teleport Connect",
"main": "build/app/main/index.js",
"author": {
"name": "Gravitational, Inc.",
"email": "[email protected]",
"url": "https://goteleport.com"
},
"license": "Apache-2.0",
"scripts": {
"start": "electron-vite dev",
"build": "electron-vite build",
"package": "electron-builder build --config electron-builder-config.js --publish never -c.extraMetadata.name=teleport-connect",
"generate-grpc-shared": "npx -y --target_arch=x64 --package=@protobuf-ts/[email protected] -- protoc -I=src/sharedProcess/api/proto --ts_opt long_type_number,eslint_disable,add_pb_suffix,client_grpc1,server_grpc1,ts_nocheck --ts_out=src/sharedProcess/api/protogen src/sharedProcess/api/proto/*.proto"
},
"repository": {
"type": "git",
"url": "https://github.com/gravitational/webapps/webapps.git",
"directory": "packages/teleterm"
},
"private": true,
"homepage": "https://goteleport.com",
"dependencies": {
"@grpc/grpc-js": "1.11.1",
"@types/which": "^3.0.4",
"node-forge": "^1.3.1",
"node-pty": "1.1.0-beta14",
"ring-buffer-ts": "^1.2.0",
"split2": "4.2.0",
"strip-ansi": "^7.1.0",
"tar-fs": "^3.0.6",
"which": "^4.0.0",
"winston": "^3.14.2"
},
"devDependencies": {
"@electron/notarize": "^2.4.0",
"@gravitational/build": "workspace:*",
"@gravitational/design": "workspace:*",
"@gravitational/shared": "workspace:*",
"@protobuf-ts/grpc-transport": "^2.9.4",
"@types/node-forge": "^1.3.11",
"@types/tar-fs": "^2.0.4",
"@types/whatwg-url": "^11.0.5",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"electron": "32.0.1",
"electron-builder": "^25.0.5",
"electron-vite": "^2.3.0",
"events": "3.3.0",
"immer": "^10.1.1",
"jest-canvas-mock": "^2.5.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"whatwg-url": "^14.0.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
},
"productName": "Teleport Connect"
}