UNPKG

@metalsmith/default-values

Version:

A metalsmith plugin for setting default values to file metadata.

80 lines (79 loc) 2.19 kB
{ "name": "@metalsmith/default-values", "version": "4.0.1", "description": "A metalsmith plugin for setting default values to file metadata.", "keywords": [ "default-values", "metalsmith-plugin", "metalsmith", "static-site" ], "homepage": "https://github.com/metalsmith/default-values#readme", "bugs": { "url": "https://github.com/metalsmith/default-values/issues" }, "repository": { "type": "git", "url": "git+https://github.com/metalsmith/default-values.git" }, "license": "LGPL-3.0-or-later", "author": "Woody Goodricke <github@andrewgoodricke.com>", "maintainers": [ "Kevin Van Lierde (https://webketje.com)" ], "source": "src/index.js", "main": "lib/index.cjs", "module": "lib/index.js", "exports": { "import": "./lib/index.js", "require": "./lib/index.cjs" }, "type": "module", "types": "lib/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "files": [ "lib", "CHANGELOG.md" ], "scripts": { "changelog": "auto-changelog -u --commit-limit false --ignore-commit-pattern '^((dev|chore|test|ci):|Release)'", "format": "prettier --write \"**/*.{yml,md,js,json}\"", "format:check": "prettier --list-different \"**/*.{yml,md,js,json}\"", "lint": "eslint --fix .", "lint:check": "eslint --fix-dry-run .", "coverage": "npm test && c8 report --reporter=text-lcov > ./coverage.info", "release": "npm run build && release-it .", "build": "microbundle --target node --no-sourcemap -f cjs,esm --generateTypes=false", "test": "c8 mocha", "pretest": "npm run build" }, "dependencies": { "dlv": "^1.1.3", "dset": "^3.1.4" }, "devDependencies": { "auto-changelog": "^2.5.0", "c8": "^10.1.3", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.15.0", "metalsmith": "^2.6.3", "microbundle": "^0.15.1", "mocha": "^11.0.1", "prettier": "^3.4.2", "release-it": "^17.10.0" }, "peerDependencies": { "metalsmith": "^2.5.0" }, "engines": { "node": ">=14.18.0" }, "publishConfig": { "access": "public" } }