create-guten-block
Version:
Create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, and more.
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "create-guten-block",
"version": "1.14.1",
"description": "Create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, and more.",
"main": "index.js",
"keywords": [
"gutenberg",
"create-gutenberg-block",
"create-gutenberg-blocks",
"wp",
"wordpress",
"cgb",
"wp webpack",
"react",
"ESLint",
"Webpack",
"wp-scripts",
"cgb-scripts",
"guten-scripts",
"babel",
"cgb-dev-utils",
"babel-preset-cgb"
],
"author": "Ahmad Awais (https://AhmadAwais.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadawais/create-guten-block.git"
},
"bugs": {
"url": "https://github.com/ahmadawais/create-guten-block/issues"
},
"homepage": "https://github.com/ahmadawais/create-guten-block#readme",
"dependencies": {
"@scarf/scarf": "^1.0.6",
"chalk": "^2.3.0",
"commander": "^2.13.0",
"directory-exists": "^1.0.2",
"envinfo": "^3.11.0",
"execa": "^0.9.0",
"fs-extra": "^5.0.0",
"ora": "^1.3.0",
"shelljs": "^0.8.0",
"update-notifier": "^2.3.0"
},
"bin": {
"create-guten-block": "./index.js"
}
}