{ "name": "github-repos-astro-loader", "version": "1.2.1", "description": "An Astro loader to fetch GitHub repositories for use as content in Astro websites", "repository": "https://github.com/casraf/github-repos-astro-loader", "author": "Chen Asraf ", "license": "MIT", "keywords": [ "astro", "astro-loader", "loader", "github", "repositories", "repository" ], "main": "index.js", "type": "module", "scripts": { "ci": "pnpm install --frozen-lockfile", "dev": "rm -rf build && mkdir build && cp README.md package.json build/ && tsc --watch", "build": "tsc && cp README.md package.json build/", "test": "vitest" }, "devDependencies": { "@astropub/md": "^1.0.0", "@eslint/js": "^10.0.1", "@octokit/types": "^16.0.0", "@types/node": "^25.3.3", "astro": "^5.18.0", "prettier": "^3.8.1", "typescript": "^5.9.3", "typescript-eslint": "^8.56.1", "vitest": "^4.0.18" }, "peerDependencies": { "@astropub/md": "*", "@octokit/types": "*", "astro": "*", "date-fns": "*", "yaml": "*", "zod": "*" } }