wcb/create/package.json
Ayo aafd99a39b
Some checks failed
Tests / Unit (push) Has been cancelled
Tests / E2E (push) Has been cancelled
chore(create-wcb): release v0.2.2
2026-07-25 12:13:55 +02:00

36 lines
770 B
JSON

{
"name": "create-wcb",
"version": "0.2.2",
"description": "Scaffold a publishable web-component-base (wcb) custom element with custom-elements.json generation already set up",
"type": "module",
"bin": {
"create-wcb": "index.js"
},
"files": [
"index.js",
"template",
"README.md"
],
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayo-run/wcb.git",
"directory": "create-wcb"
},
"homepage": "https://WebComponent.io",
"keywords": [
"web components",
"web component",
"custom elements",
"custom element",
"create",
"scaffold"
],
"author": "Ayo Ayco",
"license": "MIT",
"bugs": {
"url": "https://github.com/ayo-run/wcb/issues"
}
}