UNPKG

@nera-static/plugin-utils

Version:

Shared utility functions for Nera plugins (config loading, template publishing)

52 lines (51 loc) 1.25 kB
{ "name": "@nera-static/plugin-utils", "version": "1.1.0", "description": "Shared utility functions for Nera plugins (config loading, template publishing)", "main": "index.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/seebaermichi/nera-plugin-utils.git" }, "bugs": { "url": "https://github.com/seebaermichi/nera-plugin-utils/issues" }, "homepage": "https://github.com/seebaermichi/nera-plugin-utils#readme", "keywords": [ "nera", "static-site-generator", "plugin", "utils", "yaml", "templates" ], "author": "Michael Becker", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "js-yaml": "^4.1.0" }, "devDependencies": { "eslint": "^9.17.0", "husky": "^9.1.7", "vitest": "^3.2.4" }, "scripts": { "test": "vitest", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepare": "git config core.hooksPath .husky || true" }, "exports": { ".": "./index.js" }, "files": [ "index.js" ], "engines": { "node": ">=18" } }