CollabVM-Agent-Server/package.json
2023-12-04 11:42:18 -05:00

25 lines
531 B
JSON

{
"name": "collabvm-agent-server",
"version": "1.0.0",
"description": "A server to upload files to a VM",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc"
},
"author": "Elijah R",
"license": "GPL-3.0",
"devDependencies": {
"@types/msgpack-lite": "^0.1.11",
"@types/node": "^20.10.3",
"typescript": "^5.3.2"
},
"dependencies": {
"@types/md5": "^2.3.5",
"async-mutex": "^0.4.0",
"fastify": "^4.24.3",
"md5": "^2.3.0",
"msgpack-lite": "^0.1.26"
}
}