{ "name": "webdl", "license": "MIT", "author": "Tomas", "type": "module", "main": "dist/index.js", "scripts": { "start": "npm run build && node dist/index.js", "build": "npx tsc" }, "dependencies": { "@types/uuid": "^10.0.0", "express": "^5.2.1", "mime-detect": "^1.3.0", "toml": "^3.0.0", "typescript": "^5.9.3", "uuid": "^13.0.0" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.0.3" } }