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": {
|
|
|
|
|
"@types/node": "^18.11.18",
|
2023-02-02 21:19:55 -05:00
|
|
|
"@types/sharp": "^0.31.1",
|
2023-01-31 22:00:30 -05:00
|
|
|
"@types/ws": "^8.5.4",
|
2023-02-02 21:19:55 -05:00
|
|
|
"async-mutex": "^0.4.0",
|
2023-02-07 20:51:25 -05:00
|
|
|
"canvas": "^2.11.0",
|
2023-02-02 21:19:55 -05:00
|
|
|
"execa": "^6.1.0",
|
2023-01-31 22:00:30 -05:00
|
|
|
"fs": "^0.0.1-security",
|
2023-02-02 21:19:55 -05:00
|
|
|
"jimp": "^0.16.2",
|
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",
|
|
|
|
|
"typescript": "^4.9.5",
|
|
|
|
|
"ws": "^8.12.0"
|
2023-02-02 21:19:55 -05:00
|
|
|
},
|
|
|
|
|
"type": "module"
|
2023-01-31 22:00:30 -05:00
|
|
|
}
|