forked from rocklobster-in/contact-form-7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.13 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
{
"name": "contact-form-7",
"version": "5.3.0",
"description": "Contact form selector block.",
"private": true,
"scripts": {
"start:front": "wp-scripts start includes/js/src/index.js --output-path=includes/js",
"build:front": "wp-scripts build includes/js/src/index.js --output-path=includes/js",
"start:block": "wp-scripts start includes/block-editor/src/index.js --output-path=includes/block-editor",
"build:block": "wp-scripts build includes/block-editor/src/index.js --output-path=includes/block-editor",
"start:recaptcha": "wp-scripts start modules/recaptcha/src/index.js --output-path=modules/recaptcha",
"build:recaptcha": "wp-scripts build modules/recaptcha/src/index.js --output-path=modules/recaptcha",
"packages-update": "wp-scripts packages-update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takayukister/contact-form-7.git"
},
"author": "takayukister",
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/takayukister/contact-form-7/issues"
},
"homepage": "https://github.com/takayukister/contact-form-7#readme",
"devDependencies": {
"@wordpress/scripts": "^13.0.3"
}
}