CollabVM-Agent-Server/package.json

29 lines
645 B
JSON
Raw Normal View History

2023-12-04 11:42:18 -05:00
{
"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": {
2023-12-11 19:30:03 -05:00
"@hcaptcha/types": "^1.0.3",
2023-12-04 11:42:18 -05:00
"@types/md5": "^2.3.5",
"async-mutex": "^0.4.0",
2023-12-11 19:30:03 -05:00
"axios": "^1.6.2",
2023-12-08 20:02:44 -05:00
"discord.js": "^14.14.1",
2023-12-04 11:42:18 -05:00
"fastify": "^4.24.3",
"md5": "^2.3.0",
2023-12-08 21:27:48 -05:00
"mnemonist": "^0.39.6",
2023-12-04 11:42:18 -05:00
"msgpack-lite": "^0.1.26"
}
}