ba-block-cli
Version:
Auto-create blocks for WordPress ACF
31 lines (30 loc) • 588 B
JSON
{
"name": "ba-block-cli",
"version": "1.0.32",
"description": "Auto-create blocks for WordPress ACF",
"main": "index.js",
"scripts": {
"test": "test123"
},
"bin": {
"ba-block": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BoldizArt/ba_block_cli.git"
},
"keywords": [
"acf",
"block",
"wordpress",
"boldizart"
],
"author": "BoldizArt (boldizart.com)",
"license": "ISC",
"dependencies": {
"commander": "^9.4.1",
"fs": "0.0.1-security",
"promptly": "^3.2.0",
"slugify": "^1.6.5"
}
}