@11ty/eleventy-plugin-webc
Version:
WebC support for Eleventy adds for Single File Web Components
54 lines (53 loc) • 1.02 kB
JSON
{
"name": "@11ty/eleventy-plugin-webc",
"version": "0.11.2",
"description": "WebC support for Eleventy adds for Single File Web Components",
"main": "eleventyWebcPlugin.js",
"scripts": {
"test": "npx ava --no-worker-threads"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"engines": {
"node": ">=14.18"
},
"11ty": {
"compatibility": ">=2.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"web-components",
"custom-elements"
],
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"ava": {
"failFast": true,
"files": [
"./test/test*.js"
],
"ignoredByWatcher": [
"**/_site/**",
".cache"
]
},
"dependencies": {
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/webc": "^0.11.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"ava": "^5.2.0",
"node-retrieve-globals": "^2.0.8"
}
}