Skip to main content
Home

Built and signed on GitHub Actions

This package works with Deno
This package works with Deno
JSR Score
88%
Published
2 months ago (0.9.0)
Package root>deno.json
{ "name": "@fishballpkg/linkz", "version": "0.9.0", "license": "MIT", "exports": "./src/mod.ts", "compilerOptions": { "noUncheckedIndexedAccess": true }, "tasks": { "dev": "npx serve dist", "build:website:from-jsr": "deno run -r --allow-env=NO_COLOR,FORCE_COLOR,TERM --allow-net=jsr.io --allow-write=dist --allow-read=. jsr:@fishballpkg/linkz linkz.config.json -f", "build:website": "deno run --allow-env=NO_COLOR,FORCE_COLOR,TERM --allow-read=. --allow-write=dist src/mod.ts linkz.config.json -f" }, "imports": { "@std/fs": "jsr:@std/fs@^1.0.17", "@std/path": "jsr:@std/path@^1.0.9", "@types/markdown-it": "npm:@types/markdown-it@^14.1.2", "markdown-it": "npm:markdown-it@^14.1.0", "markdown-it-highlightjs": "npm:markdown-it-highlightjs@^4.2.0", "zod": "npm:zod@^3.24.3" }, "publish": { "include": ["src", "LICENSE", "README.md", "config-schema.json"], "exclude": ["**/*.test.ts"] } }