-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "wp-email-download",
"version": "0.1.0",
"description": "Allow users to download any WordPress managed file if they're subscribed to a MailChimp list",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-src-dir=block --webpack-copy-php",
"format": "wp-scripts format --webpack-src-dir=block",
"lint:css": "wp-scripts lint-style --webpack-src-dir=block",
"lint:js": "wp-scripts lint-js --webpack-src-dir=block",
"packages-update": "wp-scripts packages-update --webpack-src-dir=block",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-src-dir=block --blocks-manifest"
},
"devDependencies": {
"@wordpress/scripts": "^31.7.0"
}
}