UNPKG

@metalsmith/permalinks

Version:
84 lines (83 loc) 2.32 kB
{ "name": "@metalsmith/permalinks", "description": "A metalsmith plugin for permalinks.", "keywords": [ "permalinks", "metalsmith", "metalsmith-plugin", "static-site" ], "homepage": "https://github.com/metalsmith/permalinks#readme", "bugs": { "url": "https://github.com/metalsmith/permalinks/issues" }, "author": "Ian Storm Taylor (https://ianstormtaylor.com)", "maintainers": [ "Kevin Van Lierde (https://webketje.com)" ], "repository": { "type": "git", "url": "https://github.com/metalsmith/permalinks.git" }, "version": "3.2.0", "license": "MIT", "source": "src/index.js", "main": "lib/index.cjs", "module": "lib/index.js", "type": "module", "types": "lib/index.d.ts", "exports": { "import": "./lib/index.js", "require": "./lib/index.cjs" }, "scripts": { "changelog": "auto-changelog -u --starting-version v2.4.0 --commit-limit false --ignore-commit-pattern '^((dev|chore|ci|test):|Release|Merge)'", "coverage": "npm test && c8 report --reporter=text-lcov > ./coverage.info", "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 .", "dev": "nodemon --exec \"npm run lint && npm test\"", "release": "release-it .", "build": "microbundle --target node --no-sourcemap -f cjs,esm --generateTypes=false", "prepack": "npm run build", "test": "c8 mocha" }, "dependencies": { "dlv": "^1.1.3", "regexparam": "^3.0.0", "slugify": "^1.6.6" }, "devDependencies": { "assert-dir-equal": "^1.1.0", "auto-changelog": "^2.5.0", "c8": "^10.1.2", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-config-recommended": "^4.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.12.0", "metalsmith": "^2.6.3", "microbundle": "^0.15.1", "mocha": "^10.8.2", "prettier": "^3.3.3", "release-it": "^17.10.0", "transliteration": "^2.3.5" }, "peerDependencies": { "metalsmith": "^2.5.0" }, "files": [ "lib" ], "directories": { "lib": "lib", "test": "test" }, "engines": { "node": ">=14.18.0" }, "publishConfig": { "access": "public" } }