-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 961 Bytes
/
package.json
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
36
37
{
"name": "create-acf-block-json",
"description": "Quickly create an a new WordPress Block that uses Advanced Custom Fields (ACF) and utilised block.json and block-specific CSS.",
"version": "1.0.11",
"main": "./lib/create-acf-block-json.js",
"bin": {
"create-acf-block-json": "./bin/index.js"
},
"keywords": [
"acf",
"advanced custom fields",
"wordpress",
"gutenberg"
],
"scripts": {
"test": "echo \"No test specified\""
},
"files": [
"/lib",
"/bin",
"README.md",
"screenshot.gif"
],
"engines": {
"node": ">=15.0.0"
},
"author": "James Hunt <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/thetwopct/create-acf-block-json"
},
"dependencies": {
"prompts": "^2.4.2"
},
"devDependencies": {}
}