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