-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 945 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 945 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
{
"name": "plugin-developer-boilerplate",
"version": "1.0.3",
"description": "Starter package to start developing plugins with modern PHP.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp watch",
"production": "gulp",
"build": "./bin/build-zip.sh",
"wp-env": "wp-env",
"wp-env-activate-plugins": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/arrayevida/plugin-developer-boilerplate.git"
},
"author": "ArrayeVida",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/arrayevida/plugin-developer-boilerplate/issues"
},
"homepage": "https://github.com/arrayevida/plugin-developer-boilerplate#readme",
"devDependencies": {
"@wordpress/env": "^4.1.3",
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"sass": "^1.43.4"
}
}