{ "imports": { "@atikayda/kjson": "jsr:@atikayda/kjson@^1.2.2", "@ipld/dag-json": "npm:@ipld/dag-json@^10.2.5", "@ipld/dag-pb": "npm:@ipld/dag-pb@^4.1.5", "@std/cli": "jsr:@std/cli@^1.0.24", "@std/dotenv": "jsr:@std/dotenv@^0.225.5", "@std/fs": "jsr:@std/fs@^1.0.19", "@std/path": "jsr:@std/path@^1.1.2", "blockstore-core": "npm:blockstore-core@^6.1.1", "ipfs-car": "npm:ipfs-car@^3.1.0", "ipfs-unixfs-importer": "npm:ipfs-unixfs-importer@^16.0.1", "lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@3.1.4/", "lume/jsx-runtime": "https://cdn.jsdelivr.net/gh/oscarotero/ssx@0.1.14/jsx-runtime.ts", "multiformats": "npm:multiformats@^13.4.1", }, "tasks": { "add-artifact": "deno run -A tasks/add-artifact.ts", "build:with-symlink-redirects": "deno run add-artifact && deno run de-duplicate && deno run generate-redirects --symlinks", "build:without-symlink-redirects": "deno run add-artifact && deno run de-duplicate && deno run generate-redirects", "copy-artifacts": "cp -r ./artifacts/* ./dist", "de-duplicate": "cd ./artifacts/ && ls -t | fclones group --stdin --hidden | fclones link --soft --priority=newest && symlinks -cr .", "generate-redirects": "deno run --allow-read --allow-write=artifacts/ ./tasks/generate-redirects.ts", "sync-diffuse": "git submodule update --init --recursive --remote", "deploy:netlify": "deno run build:with-symlink-redirects && deno run index:build && deno run copy-artifacts && npx --yes netlify deploy --prod && rm -rf dist/", "deploy:ipfs": "deno run build:without-symlink-redirects && deno run index:build && deno run -A tasks/deploy/ipfs.ts", "index:build": "deno task lume", "index:serve": "deno task lume -s", "lume": { "description": "Run Lume command", "command": "deno run -P=lume lume/cli.ts", }, }, "compilerOptions": { "checkJs": true, "types": ["lume/types.ts"], "jsx": "react-jsx", "jsxImportSource": "lume", }, "permissions": { "lume": { "read": true, "write": ["./"], "import": ["cdn.jsdelivr.net:443", "jsr.io:443", "deno.land:443", "esm.sh:443"], "net": [ "0.0.0.0", "cdn.jsdelivr.net:443", "data.jsdelivr.com:443", "jsr.io:443", "deno.land:443", "esm.sh:443", "registry.npmjs.org:443", ], "env": true, "run": true, "ffi": true, "sys": true, }, }, "unstable": ["temporal", "fmt-component"], "lint": { "plugins": ["https://cdn.jsdelivr.net/gh/lumeland/lume@3.1.4/lint.ts"], "rules": { "exclude": ["no-import-prefix"], }, }, "lock": false, }