@nera-static/plugin-link-attributes
Version:
A plugin for static side generator Nera to add attributes to external links.
59 lines (58 loc) • 1.48 kB
JSON
{
"name": "@nera-static/plugin-link-attributes",
"version": "2.0.4",
"description": "A plugin for static side generator Nera to add attributes to external links.",
"main": "index.js",
"scripts": {
"publish-config": "node ./bin/publish-config.js",
"lint": "eslint .",
"test": "vitest"
},
"type": "module",
"exports": {
".": "./index.js"
},
"bin": {
"nera-link-attributes": "./bin/publish-config.js"
},
"files": [
"bin",
"config",
"index.js",
"CHANGELOG.md"
],
"keywords": [
"nera",
"nera-plugin",
"static-site-generator",
"link-attributes",
"external-links",
"target-blank",
"seo",
"html-processing",
"jamstack"
],
"author": "Michael Becker",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seebaermichi/nera-plugin-link-attributes"
},
"bugs": {
"url": "https://github.com/seebaermichi/nera-plugin-link-attributes/issues"
},
"homepage": "https://github.com/seebaermichi/nera-plugin-link-attributes#readme",
"dependencies": {
"cheerio": "^1.1.0",
"@nera-static/plugin-utils": "^1.0.3"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"eslint": "^9.31.0",
"husky": "^9.1.7",
"vitest": "^3.2.4"
},
"sideEffects": false
}