|
{
|
|
"name": "posimai-root",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"deploy": "git push gitea main && git push github main",
|
|
"deploy:dev": "bash scripts/deploy-dev.sh",
|
|
"deploy:vps": "bash deploy-server.sh",
|
|
"check:registrations": "node scripts/check-registrations.js"
|
|
}
|
|
}
|