UNPKG

eleventy-plugin-github-repos

Version:

An Eleventy plugin that creates a collection containing metadata from an account's GitHub repositories

33 lines (32 loc) 914 B
{ "name": "eleventy-plugin-github-repos", "version": "0.1.8", "description": "An Eleventy plugin that creates a collection containing metadata from an account's GitHub repositories", "author": "John M. Wargo", "license": "MIT", "main": "eleventy-plugin-github-repos.js", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/johnwargo/eleventy-plugin-github-repos.git" }, "scripts": { "test": "tsc && echo \"Launching test\" && node ./test/test.js && echo \"Test complete\"", "start": "tsc && eleventy --serve", "build": "tsc && eleventy" }, "keywords": [ "eleventy", "11ty", "plugin" ], "dependencies": { "@11ty/eleventy": "^3.1.2", "@11ty/eleventy-fetch": "^5.1.1", "cli-logger": "^0.5.40" }, "devDependencies": { "@types/node": "^20.10.5", "typescript": "^5.3.3" } }