-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "create-acf-block",
"version": "0.7.3",
"description": "A CLI to register and scaffold an ACF block.",
"bin": {
"create-acf-block": "index.js"
},
"dependencies": {
"app-root-path": "^3.0.0",
"chalk": "^5.0.0",
"conf": "^10.1.1",
"log-symbols": "^5.1.0",
"readline-sync": "^1.4.10",
"replace-in-file": "^6.3.2"
},
"keywords": [
"ACF",
"Create ACF Blocks",
"ACF Blocks",
"ACF CLI",
"ACF Block CLI",
"Joey Farruggio",
"Joey",
"Farruggio"
],
"license": "MIT",
"main": "index.js",
"repository": "joseph-farruggio/create-acf-block",
"author": {
"name": "Joey Farruggio",
"email": "joey@joeyfarruggio.com",
"url": "https://twitter.com/Joey_Farruggio"
},
"type": "module"
}