1{ 2 "scripts": { 3 "build": "deno --allow-all @11ty/eleventy", 4 "serve": "deno --allow-all @11ty/eleventy --serve" 5 } 6}