diff options
Diffstat (limited to 'together/package.json')
-rw-r--r-- | together/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/together/package.json b/together/package.json new file mode 100644 index 0000000..f6cefc9 --- /dev/null +++ b/together/package.json @@ -0,0 +1,22 @@ +{ + "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" + } +} |