posimai-root/package.json

12 lines
305 B
JSON
Raw Normal View History

{
"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"
}
}