Files
blackroad-os-archive/package.json
Alexa Louise caa44a8beb Pi deployment mega-session: 136+ containers deployed
Massive deployment session deploying entire BlackRoad/Lucidia infrastructure to Raspberry Pi 4B:
- Cleaned /tmp space: 595MB → 5.2GB free
- Total containers: 136+ running simultaneously
- Ports: 3067-3200+
- Disk: 25G/29G (92% usage)
- Memory: 3.6Gi/7.9Gi

Deployment scripts created:
- /tmp/continue-deploy.sh (v2-* deployments)
- /tmp/absolute-final-deploy.sh (final-* deployments)
- /tmp/deployment-status.sh (monitoring)

Infrastructure maximized on single Pi 4B (8GB RAM, 32GB SD).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-22 23:10:24 -06:00

42 lines
1.2 KiB
JSON

{
"name": "blackroad-os-archive",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint .",
"format": "prettier --write .",
"test": "echo 'Warning: No tests configured' && exit 0",
"add:deploy": "node scripts/add_deploy.mjs",
"add:beacon": "node scripts/add_beacon.mjs"
},
"dependencies": {
"astro": "^4.15.7",
"svelte": "^4.2.18"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/svelte": "^5.7.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-svelte": "^2.44.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-svelte": "^3.2.6",
"typescript": "^5.6.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.9",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"ts-node": "^10.9.2"
},
"description": "Canonical catalog and cover sheet archive for the BlackRoad OS constellation."
}