forked from vadimpronin/guacamole-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1022 Bytes
/
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
{
"name": "@spaceness/guacamole-lite",
"description": "Spaceness fork of guacamole-lite",
"version": "0.7.8-patch.1",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"prepare": "rm -rf dist && tsc && pnpm check",
"check": "biome check --write .",
"typecheck": "rm -rf dist && tsc --noEmit"
},
"keywords": ["guacamole", "rdp", "vnc", "remote desktop"],
"maintainers": [
{
"name": "tgt",
"email": "[email protected]"
}
],
"dependencies": {
"@spaceness/guacamole-lite": "file:",
"deep-extend": "^0.6.0",
"moment": "^2.30.1",
"ws": "^1.1.5"
},
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/spaceness/guacamole-lite/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/spaceness/guacamole-lite.git"
},
"license": "Apache-2.0",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/deep-extend": "^0.6.2",
"@types/node": "^22.1.0",
"@types/ws": "^8.5.12",
"typescript": "^5.5.4"
}
}