UNPKG

@indiekit/preset-jekyll

Version:

Jekyll publication preset for Indiekit

49 lines (48 loc) 992 B
{ "name": "@indiekit/preset-jekyll", "version": "1.0.0-beta.23", "description": "Jekyll publication preset for Indiekit", "keywords": [ "indiekit", "indiekit-plugin", "indieweb", "micropub", "jekyll", "eleventy", "11ty", "lume" ], "homepage": "https://getindiekit.com", "author": { "name": "Paul Robert Lloyd", "url": "https://paulrobertlloyd.com" }, "license": "MIT", "engines": { "node": ">=20" }, "type": "module", "main": "index.js", "files": [ "assets", "lib", "index.js" ], "bugs": { "url": "https://github.com/getindiekit/indiekit/issues" }, "repository": { "type": "git", "url": "https://github.com/getindiekit/indiekit.git", "directory": "packages/preset-jekyll" }, "dependencies": { "plur": "^5.1.0", "snakecase-keys": "^9.0.0", "yaml": "^2.6.0" }, "publishConfig": { "access": "public" }, "gitHead": "9048383e55665c21a720659dba1b50a58050c3e0" }