eleventy-mainroad/package.json

18 lines
378 B
JSON
Raw Normal View History

2023-05-03 01:18:17 +00:00
{
"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": "^2.0.1",
"@11ty/eleventy-plugin-webc": "^0.11.0"
}
}