@bryanbuchs/generator-component
Version:
CLI tool for Drupal SDC + Storybook components
36 lines (35 loc) • 690 B
JSON
{
"name": "@bryanbuchs/generator-component",
"version": "6.0.0",
"description": "CLI tool for Drupal SDC + Storybook components",
"type": "module",
"author": {
"name": "bryanbuchs",
"email": "bryan@bryanbuchs.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryanbuchs/generator-component.git"
},
"files": [
"lib",
"bin",
"templates"
],
"bin": {
"generator-component": "bin/cli.js"
},
"main": "lib/index.js",
"keywords": [
"storybook",
"drupal",
"twig",
"sdc",
"component-generator"
],
"dependencies": {
"ejs": "^3.1.10",
"enquirer": "^2.4.1",
"inflection": "^3.0.0"
}
}