{ "lock": { "frozen": true }, "nodeModulesDir": "auto", "license": "MIT", "compilerOptions": { "lib": ["esnext"] }, "exclude": [ "dist" ], "tasks": { "build": "deno run -A scripts/build.ts" }, "imports": { "@actions/core": "npm:@actions/core@^1.11.1", "@actions/tool-cache": "npm:@actions/tool-cache@^2.0.2", "@types/node": "npm:@types/node@^22.15.0", "@types/semver": "npm:@types/semver@^7.7.0", "semver": "npm:semver@^7.7.1", "tsdown": "npm:tsdown@0.10.1", "undici": "npm:undici@^7.8.0" } }