{ "name": "pla-den-tor", "version": "0.0.1", "description": "private file hosting on TOR", "main": "build.js", "scripts": { "compile": "tsc -p .", "build": "node build.js", "host": "node host.js", "host-no-pass": "node host.js --no-password", "host-https": "node host.js --https", "start": "npm run compile && npm run build && npm run host", "start-no-pass": "npm run compile && npm run build && npm run host-no-pass" }, "repository": { "type": "git", "url": "git+https://github.com/jetstream0/pla-den-tor.git" }, "author": "jetstream0/prussia", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/jetstream0/pla-den-tor/issues" }, "homepage": "https://github.com/jetstream0/pla-den-tor#readme", "dependencies": { "dotenv": "^16.3.1", "typescript": "^5.5.3" }, "devDependencies": { "@types/node": "^20.4.5" } }