UNPKG

starlight-links-validator

Version:
63 lines 1.64 kB
{ "name": "starlight-links-validator", "version": "0.15.0", "license": "MIT", "description": "Starlight plugin to validate internal links.", "author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)", "type": "module", "exports": { ".": "./index.ts", "./package.json": "./package.json" }, "dependencies": { "@types/picomatch": "^3.0.1", "github-slugger": "^2.0.0", "hast-util-from-html": "^2.0.3", "hast-util-has-property": "^3.0.0", "is-absolute-url": "^4.0.1", "kleur": "^4.1.5", "mdast-util-mdx-jsx": "^3.1.3", "mdast-util-to-string": "^4.0.0", "picomatch": "^4.0.2", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "@types/node": "^18.19.68", "remark-custom-heading-id": "^2.0.0", "unified": "^11.0.5", "vfile": "^6.0.3", "vitest": "2.1.6" }, "peerDependencies": { "@astrojs/starlight": ">=0.32.0" }, "engines": { "node": ">=18.17.1" }, "packageManager": "pnpm@8.6.3", "publishConfig": { "access": "public", "provenance": true }, "sideEffects": false, "keywords": [ "starlight", "plugin", "links", "validation", "astro" ], "homepage": "https://github.com/HiDeoo/starlight-links-validator", "repository": { "type": "git", "url": "https://github.com/HiDeoo/starlight-links-validator.git", "directory": "packages/starlight-links-validator" }, "bugs": "https://github.com/HiDeoo/starlight-links-validator/issues", "scripts": { "test": "vitest", "lint": "eslint . --cache --max-warnings=0" } }