wcb/create/package.json
Ayo 751067d367
Some checks are pending
Tests / Unit (push) Waiting to run
Tests / E2E (push) Waiting to run
chore(create): bump peer wcb to 6.1.5
bump wcb to latest
sync create-wcb version to 0.2.1
2026-07-25 11:55:28 +02:00

36 lines
770 B
JSON

{
"name": "create-wcb",
"version": "0.2.1",
"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"
}
}