-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.02 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "@webredone/trb-cli",
"version": "3.1.0",
"description": "TRB-CLI is a handy Node.js CLI that automates the process of managing blocks in a Theme Redone WordPress theme",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=20.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"trb": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webredone/trb-cli.git"
},
"keywords": [
"WP",
"WordPress",
"Gutenberg",
"Custom",
"Blocks"
],
"author": "WebRedone",
"license": "MIT",
"bugs": {
"url": "https://github.com/webredone/trb-cli/issues"
},
"homepage": "https://webredone.com/theme-redone/",
"dependencies": {
"adm-zip": "^0.5.10",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"conf": "^12.0.0",
"is-snake-case": "^0.1.0",
"ncp": "^2.0.0",
"node-fetch": "^3.3.2",
"ora": "^7.0.1",
"progress": "^2.0.3"
}
}