{ "type": "module", "name": "uppy", "version": "1.0.5", "description": "", "main": "index.js", "scripts": { "start": "node index", "clean": "rm -rf dist", "superclean": "rm -rf node_modules && rm -rf pnpm-lock.yaml && rm -rf dist" }, "keywords": [], "author": "", "license": "Unlicense", "dependencies": { "@uppy/aws-s3-multipart": "^2.4.3", "@uppy/companion": "4.12.0", "body-parser": "^1.20.2", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.19.2", "express-session": "^1.18.0", "jsonwebtoken": "^9.0.2", "memorystore": "^1.6.7", "react-hook-form": "^7.51.2", "yup": "link:@hookform/resolvers/yup" } }