eleventy-mainroad/package.json

19 lines
423 B
JSON

{
"name": "eleventy-mainroad",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "github:11ty/eleventy",
"@11ty/eleventy-plugin-webc": "^0.11.0",
"html-minifier": "^4.0.0"
}
}