AnyOSInstallBotJS/package.json

13 lines
250 B
JSON
Raw Normal View History

2024-06-23 18:32:40 -04:00
{
"name": "AnyOSInstallBot",
"version": "1.0.0",
"description": "Helper bot to insert media into AnyOS VMs",
"main": "index.js",
"author": "Computernewb",
"license": "ISC",
"type": "module",
"dependencies": {
"ws": "^8.3.0"
}
}