eleventy-plugin-github-repos
Version:
An Eleventy plugin that creates a collection containing metadata from an account's GitHub repositories
29 lines (28 loc) • 822 B
JSON
{
"name": "eleventy-plugin-github-repos",
"version": "0.0.2",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/johnwargo/eleventy-plugin-github-repos"
},
"scripts": {
"test": "tsc && echo \"Launching test\" && node ./test/test.js && echo \"Test complete\"",
"start": "tsc && eleventy --serve",
"build": "tsc && eleventy"
},
"keywords": [
"Eleventy"
],
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"cli-logger": "^0.5.40"
}
}