{ "name": "dns-witch.net.eu.org", "version": "1.0.0", "description": "DNS-Witch.net.eu.org website", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@11ty/eleventy": "^3.1.2" } }