deno/deno.jsonc

56 lines
2.1 KiB
JSON

{
"tasks": {
"req": "deno run -A build/req.ts"
},
"imports": {
"-/": "./lib/",
"@aero/": "./aero/lib/",
"@gnome/exec": "jsr:@gnome/exec@^0.5.0",
"@nw/": "./nw/lib/",
"@para/": "./para/lib/",
"@skji/": "./skji/lib/",
"@spawn/sh": "jsr:@spawn/sh@^0.0.0",
"@spawn/ssh": "jsr:@spawn/ssh@^0.0.0",
"@std/dotenv": "jsr:@std/dotenv@0.224.0",
"@std/encoding": "jsr:@std/encoding@0.224.3",
"@std/ini": "jsr:@std/ini@0.225.0",
"@std/msgpack": "jsr:@std/msgpack@0.224.2",
"bezier": "npm:points-on-curve@1.0.1",
"catppuccin": "jsr:@catppuccin/palette@1.2.0",
"defu": "npm:defu@6.1.4",
"destr": "npm:destr@2.0.3",
"discord": "https://deno.land/x/discord_api_types@0.37.79/v10.ts",
"discord/builders": "npm:@discordjs/builders@1.7.0",
"effwords": "https://esm.sh/diceware-wordlist-en-eff@1.0.1",
"hono": "jsr:@hono/hono@4.4.11",
"kdl": "https://esm.sh/kdljs@0.2.0",
"nacl": "https://esm.sh/tweetnacl@1.0.3",
"notion": "https://esm.sh/@notionhq/client@2.2.14",
"notion-compat": "https://esm.sh/notion-compat@6.16.0",
"notion-utils": "https://esm.sh/notion-utils@6.16.0",
"notion/": "https://denopkg.com/makenotion/notion-sdk-js@master/src/",
"path": "https://esm.sh/pathe@1.1.2",
"scule": "https://esm.sh/scule@1.3.0",
"stream/chain": "https://esm.sh/gh/uhop/stream-chain@cb924fb0f3",
"stream/json": "https://esm.sh/stream-json@1.8.0",
"stream/json/": "https://esm.sh/stream-json@1.8.0/",
"stripe": "https://esm.sh/stripe@15.10.0",
"tinycolor2": "https://esm.sh/tinycolor2@1.6.0",
"twind/core": "https://esm.sh/@twind/core@1.1.3",
"twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7",
"twind/preset-ext": "https://esm.sh/@twind/preset-ext@1.0.7",
"twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4",
"vento": "https://deno.land/x/vento@v0.12.1/mod.ts",
"yaml": "jsr:@std/yaml@^0.224.3"
},
"lint": {
"rules": {
"exclude": [
"no-explicit-any",
"no-fallthrough",
"no-empty-interface",
"ban-types"
]
}
}
}