{ "imports": { "lume/": "https://deno.land/x/lume@v2.2.1/", "dotenv/": "https://deno.land/std@0.224.0/dotenv/" }, "tasks": { "lume": "echo \"import 'lume/cli.ts'\" | deno run -A -", "build": "deno task lume", "serve": "deno task lume -s", "import-steam": "deno run --allow-env --allow-read=. --allow-net --allow-write=. _scripts/importSteam.ts" }, "compilerOptions": { "types": [ "lume/types.ts" ], "jsx": "react-jsx", "jsxImportSource": "npm:react", "jsxImportSourceTypes": "npm:@types/react", "noImplicitAny": false }, "lint": { "rules": { "exclude": [ "no-implicit-any", "no-explicit-any", "no-unused-vars" ] } } }