@njgingrich/aocrunner@0.1.18
latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
76%
Published
2 months ago (0.1.18)
{ "compilerOptions": { "types": [ "./global.d.ts" ] }, "name": "@njgingrich/aocrunner", "description": "A CLI for running AOC solutions", "version": "0.1.18", "license": "MIT", "exports": "./main.ts", "tasks": { "cli": "deno run --allow-env --allow-read --allow-write --allow-run main.ts", "hooks:install": "deno run --allow-read=deno.json,.git/hooks/ --allow-write=.git/hooks/ jsr:@hongminhee/deno-task-hooks", "hooks:pre-commit": "deno fmt && deno lint src/" }, "imports": { "@hongminhee/deno-task-hooks": "jsr:@hongminhee/deno-task-hooks@^0.1.2", "@inquirer/prompts": "npm:@inquirer/prompts@^7.1.0", "@std/assert": "jsr:@std/assert@^1.0.8", "@std/cli": "jsr:@std/cli@^1.0.6", "@std/collections": "jsr:@std/collections@^1.0.9", "@std/dotenv": "jsr:@std/dotenv@^0.225.2", "@std/fs": "jsr:@std/fs@^1.0.6", "@std/log": "jsr:@std/log@^0.224.11", "@std/path": "jsr:@std/path@^1.0.8", "@std/testing": "jsr:@std/testing@^1.0.5", "@types/jsdom": "npm:@types/jsdom@^21.1.7", "jsdom": "npm:jsdom@^25.0.1" }, "fmt": { "lineWidth": 100 } }