{ "name": "together", "version": "1.0.0", "description": "node.js server for youtube watch together", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -p tsconfig.json" }, "author": "Cuties", "license": "MIT", "dependencies": { "superagent": "^8.0.0", "typescript": "^4.7.4", "uuid": "^8.3.2", "ws": "^8.8.1" }, "devDependencies": { "@types/superagent": "^4.1.15", "@types/ws": "^8.5.3" } }