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