2023-01-31 22:00:30 -05:00
|
|
|
{
|
|
|
|
|
"name": "collabvm1.ts",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "replacement for collabvm 1.2.11 because the old one :boom:",
|
|
|
|
|
"main": "build/index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc",
|
|
|
|
|
"serve": "node build/index.js"
|
|
|
|
|
},
|
|
|
|
|
"author": "Elijah R",
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
"dependencies": {
|
2023-09-12 00:25:57 +02:00
|
|
|
"@types/node": "^20.6.0",
|
2023-02-02 21:19:55 -05:00
|
|
|
"@types/sharp": "^0.31.1",
|
2023-09-12 00:25:57 +02:00
|
|
|
"@types/ws": "^8.5.5",
|
2023-02-02 21:19:55 -05:00
|
|
|
"async-mutex": "^0.4.0",
|
2023-09-12 00:25:57 +02:00
|
|
|
"canvas": "^2.11.2",
|
|
|
|
|
"execa": "^8.0.1",
|
|
|
|
|
"jimp": "^0.22.10",
|
2023-01-31 22:00:30 -05:00
|
|
|
"mnemonist": "^0.39.5",
|
2023-02-02 21:19:55 -05:00
|
|
|
"rfb2": "github:elijahr2411/node-rfb2",
|
2023-01-31 22:00:30 -05:00
|
|
|
"toml": "^3.0.0",
|
2023-09-12 00:25:57 +02:00
|
|
|
"typescript": "^5.2.2",
|
|
|
|
|
"ws": "^8.14.1"
|
2023-02-02 21:19:55 -05:00
|
|
|
},
|
|
|
|
|
"type": "module"
|
2023-01-31 22:00:30 -05:00
|
|
|
}
|