UNPKG

next-validate-link

Version:

An utility to validate links in markdown file

77 lines 1.71 kB
{ "name": "next-validate-link", "version": "1.6.7", "description": "An utility to validate links in markdown file", "keywords": [ "NextJs", "Docs", "fumadocs", "markdown" ], "homepage": "https://next-validate-link.vercel.app", "repository": { "type": "git", "url": "github:fuma-nama/next-validate-link" }, "license": "MIT", "author": "Fuma Nama", "type": "module", "files": [ "dist/*" ], "dependencies": { "picocolors": "^1.1.1", "remark": "^15.0.1", "remark-gfm": "^4.0.1", "remark-mdx": "^3.1.1", "tinyglobby": "^0.2.16", "unified": "^11.0.5", "unist-util-visit": "^5.1.0", "yaml": "^2.9.0" }, "devDependencies": { "@biomejs/biome": "2.5.6", "@react-router/dev": "^8.3.0", "@types/mdast": "^4.0.4", "@types/node": "25.6.0", "mdast-util-mdx-jsx": "^3.2.0", "tegami": "^1.3.1", "tinyexec": "^1.3.0", "tsdown": "^0.22.14", "typescript": "^7.0.2", "vitest": "^4.1.10" }, "peerDependencies": { "@react-router/dev": "7.x.x", "@types/mdast": "*", "@types/unist": "*" }, "peerDependenciesMeta": { "@types/unist": { "optional": true }, "@types/mdast": { "optional": true }, "@react-router/dev": { "optional": true } }, "publishConfig": { "access": "public" }, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "scripts": { "build": "tsdown", "clean": "rimraf dist", "dev": "tsdown --watch", "lint": "biome check", "format": "biome format --fix", "test": "vitest", "types:check": "tsc --noEmit", "tegami": "node scripts/tegami.mts" } }