@11ty/webc
Version:
Single File Web Components
56 lines (55 loc) • 1.05 kB
JSON
{
"name": "@11ty/webc",
"version": "0.11.4",
"description": "Single File Web Components",
"main": "webc.js",
"type": "module",
"scripts": {
"test": "npx ava"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"engines": {
"node": ">=14.18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"keywords": [
"web-components",
"custom-elements",
"html"
],
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"ava": {
"failFast": false,
"files": [
"./test/*Test.js",
"./test/**/*test.js"
]
},
"dependencies": {
"@11ty/eleventy-utils": "^1.0.1",
"css-tree": "^2.3.1",
"dependency-graph": "^0.11.0",
"entities": "^4.4.0",
"fast-glob": "^3.2.12",
"is-glob": "^4.0.3",
"nanoid": "^4.0.1",
"node-retrieve-globals": "^2.0.7",
"parse5": "^7.1.2"
},
"devDependencies": {
"@11ty/eleventy-img": "^3.0.0",
"ava": "^5.2.0",
"markdown-it": "^13.0.1",
"typescript": "^5.0.2"
}
}