{ "name": "@tsiry/vmlinux-builder", "version": "0.1.1", "exports": "./build.ts", "license": "MIT", "tasks": { "build": "deno compile --allow-net --allow-read --allow-write --allow-env -o vmlinux-builder ./build.ts" }, "imports": { "@es-toolkit/es-toolkit": "jsr:@es-toolkit/es-toolkit@^1.41.0", "@std/assert": "jsr:@std/assert@^1.0.15", "@std/toml": "jsr:@std/toml@^1.0.11", "@zod/zod": "jsr:@zod/zod@^4.1.12", "chalk": "npm:chalk@^5.6.2" } }