{ "name": "🪡 Knitting Our Internet 🧶", "description": "Knitting Our Internet is a face-to-face workshop about the Internet. It consists of an interactive journey through its history and a collective rethinking of its future.", "homepage": "https://ournet.rocks/", "keywords": [ "11ty", "anticapitalism", "community", "decentralization", "design", "design-thinking", "eleventy", "eleventy-website", "fediverse", "history", "interactive", "internet", "internet-history", "lab", "laboratorio", "philosophy", "project", "social", "social-media", "social-network", "social-networks", "socialnetwork", "sociology", "surveillance-capitalism", "workshop" ], "repository": { "type": "git", "url": "git@codeberg.org:tommi/ournet.git" }, "license": "CC-BY-SA-4.0", "bugs": { "url": "https://github.com/xplosionmind/ournet/issues" }, "scripts": { "start": "ELEVENTY_ENV=development eleventy --serve --watch --incremental", "build": "ELEVENTY_ENV=production eleventy", "debug": "DEBUG=Eleventy* bun run start", "clean": "del-cli dist" }, "type": "module", "dependencies": { "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-img": "^5.0.0", "csv-parse": "^5.5.6", "html-minifier-terser": "^7.2.0", "js-yaml": "^4.1.0" } }