{ "name": "project-astral", "version": "1.0.0", "private": true, "description": "Project Astral - Blockchain-authenticated AI rendering infrastructure", "scripts": { "boot": "tsx scripts/boot_astral.ts", "validate": "tsx scripts/validate_system.ts" }, "dependencies": { "axios": "^1.8.2", "ethers": "^6.13.5", "express": "^4.21.2" }, "devDependencies": { "@types/node": "^22.13.10", "tsx": "^4.20.5", "typescript": "^5.8.2" } }