{ "name": "archrepo", "version": "1.0.0", "main": "index.js", "scripts": { "test": "ts-node index.ts", "build": "npx tsc --build", "clean": "npx tsc --build --clean" }, "author": "", "license": "ISC", "description": "", "dependencies": { "@types/express": "^5.0.0", "dotenv": "^16.4.5", "express": "^4.21.1", "minio": "^8.0.1", "typescript": "^5.6.3" } }