UNPKG

@nera-static/plugin-social-media-links

Version:

A plugin for the Nera static site generator to create social media links with configurable icons and styling.

56 lines (55 loc) 1.4 kB
{ "name": "@nera-static/plugin-social-media-links", "version": "2.0.0", "description": "A plugin for the Nera static site generator to create social media links with configurable icons and styling.", "main": "index.js", "type": "module", "exports": { ".": "./index.js" }, "bin": { "publish-template": "./bin/publish-template.js" }, "scripts": { "test": "vitest", "lint": "eslint ." }, "files": [ "bin", "config", "index.js", "views" ], "keywords": [ "nera", "nera-plugin", "static-site-generator", "social-media", "social-links", "fontawesome", "icons", "jamstack" ], "author": "Michael Becker", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/seebaermichi/nera-plugin-social-media-links" }, "bugs": { "url": "https://github.com/seebaermichi/nera-plugin-social-media-links/issues" }, "homepage": "https://github.com/seebaermichi/nera-plugin-social-media-links#readme", "dependencies": { "@nera-static/plugin-utils": "^1.1.0" }, "engines": { "node": ">=18" }, "devDependencies": { "eslint": "^9.31.0", "husky": "^9.1.7", "vitest": "^3.2.4" }, "sideEffects": false }