UNPKG

@nera-static/plugin-canonical-links

Version:

A plugin for Nera static site generator to create canonical links in to be used in the head.

55 lines (54 loc) 1.36 kB
{ "name": "@nera-static/plugin-canonical-links", "version": "2.0.1", "description": "A plugin for Nera static site generator to create canonical links in to be used in the head.", "main": "index.js", "scripts": { "lint": "eslint .", "test": "vitest" }, "type": "module", "exports": { ".": "./index.js" }, "files": [ "config", "index.js", "views" ], "keywords": [ "nera", "nera-plugin", "static-site-generator", "canonical-links", "seo", "alternate-links", "multilingual", "head-tags", "jamstack" ], "author": "Michael Becker", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/seebaermichi/nera-plugin-canonical-links" }, "bugs": { "url": "https://github.com/seebaermichi/nera-plugin-canonical-links/issues" }, "homepage": "https://github.com/seebaermichi/nera-plugin-canonical-links#readme", "dependencies": { "@nera-static/plugin-utils": "^1.0.3" }, "engines": { "node": ">=18" }, "devDependencies": { "cheerio": "^1.1.0", "eslint": "^9.31.0", "husky": "^9.1.7", "pug": "^3.0.3", "vitest": "^3.2.4" }, "sideEffects": false }