deno.json
1 { 2 "name": "@massmarket/contracts", 3 "description": "Functions for interacting with the 'smart' contracts", 4 "version": "0.0.1", 5 "exports": "./mod.ts", 6 "tasks": { 7 "build": "deno run --allow-run --allow-sys --allow-env --allow-read --allow-write npm:@wagmi/cli generate" 8 }, 9 "imports": { 10 "@std/expect": "jsr:@std/expect@^1.0.15", 11 "viem": "npm:viem@^2.28.1", 12 "wagmi": "npm:wagmi@^2.15.1" 13 } 14 }