posimai-root/package.json

15 lines
484 B
JSON

{
"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",
"audit:pc": "node scripts/run-pc-audit.js",
"audit:pc:share": "node scripts/run-pc-audit.js --share-safe",
"pack:pc-audit": "node scripts/pack-pc-audit-portable.mjs"
}
}