-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 874 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
{
"name": "wp-plugin-helper",
"version": "1.0.6",
"description": "Automate plugin development operations like new Github release, production package creation, deployment history and much more",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wordpress-plugin-helper",
"wordpress-development",
"wordpress-plugin",
"wordpress-helper",
"wordpress-module"
],
"dependencies": {
"args-parser": "^1.3.0",
"chalk": "^4.1.2",
"copyfiles": "^2.4.1",
"enquirer": "^2.3.6",
"github-release": "^0.2.0",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2",
"zip-a-folder": "^1.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/buggyzap/wp-plugin-helper"
},
"author": "Marco Ingraiti",
"license": "ISC"
}