dns-witch.net/package.json

18 lines
382 B
JSON

{
"name": "dns-witch.net",
"version": "1.0.0",
"description": "DNS-Witch.net 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": "^2.0.1"
}
}