{ "name": "teledrive", "version": "2.5.2", "repository": "git@github.com:mgilangjanuar/teledrive.git", "author": "M Gilang Januar ", "license": "MIT", "private": true, "scripts": { "web": "yarn workspace web", "server": "yarn workspace api", "api": "yarn workspace api", "build": "yarn workspaces run build", "start": "cd api && node dist/index.js", "docs": "USE_SSH=true cd docs && yarn deploy" }, "workspaces": [ "web", "api" ], "dependencies": {} }