Skip to main content
Module

x/linkding/deno.json

Access your Linkding API with Deno.
Go to Latest
File
{ "name": "@timharek/linkding", "version": "2.0.1", "exports": "./mod.ts", "author": "Tim Hårek Andreassen <tim@harek.no>", "tasks": { "run": "deno run --allow-env --allow-read --allow-net src/cli.ts", "check": "deno lint && deno fmt --check && deno check **/*.ts", "setup:hooks": "deno run -A -r https://deno.land/x/githooks/githooks.ts", "test": "deno test -A", "test:debug": "DEBUG=1 deno test -A" }, "githooks": { "pre-commit": "check" }, "imports": { "std/assert": "jsr:@std/assert@0.224.0", "std/dotenv": "jsr:@std/dotenv@0.224.0", "zod": "npm:zod@3.23.8" }, "lint": { "include": [ "./" ], "rules": { "tags": [ "recommended" ], "include": [ "explicit-function-return-type" ], "exclude": [ "no-slow-types" ] } }, "fmt": { "include": [ "./" ], "useTabs": false, "lineWidth": 80, "indentWidth": 2, "singleQuote": true, "proseWrap": "preserve" }, "exclude": [ "**/*.md" ]}