Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/bombshell-dev/configliere. A statically typed entry-point router for command-line applications
Something went wrong. Try again.
configliere deno.json
792 B · 24 lines
JSON
12345678910111213141516171819202122232425{ "name": "@frontside/configliere", "exports": "./mod.ts", "license": "MIT", "publish": { "include": ["vendor", "lib", "mod.ts", "README.md"] }, "imports": { "@standard-schema/spec": "jsr:@standard-schema/spec@^1.0.0", "@std/assert": "jsr:@std/assert@1", "@std/cli": "jsr:@std/cli@^1.0.21", "@std/expect": "jsr:@std/expect@^1.0.16", "@std/testing": "jsr:@std/testing@^1.0.15", "arktype": "npm:arktype@^2.1.20", "sprintf-js": "npm:sprintf-js@^1.1.3", "ts-case-convert": "npm:ts-case-convert@^2.1.0", "dnt": "jsr:@deno/dnt@0.42.3" }, "lint": { "rules": { "exclude": ["prefer-const", "require-yield", "ban-types"] } }, "tasks": { "build:npm": "deno run -A tasks/build-npm.ts", "build:jsr": "deno run -A tasks/build-jsr.ts" }}