Paper_Trading / package.json
superxuu
feat: implement user auth, daily limits, and built-in Vmq payment gateway
57864b1
raw
history blame contribute delete
164 Bytes
{
"scripts": {
"sync-users": "python backend/scripts/upload_users.py"
},
"dependencies": {
"html2canvas": "^1.4.1",
"qrcode.react": "^4.2.0"
}
}