generated from a8cteam51/team51-plugin-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1006 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
{
"name": "image-backfiller",
"version": "1.0.0",
"description": "WP-CLI utility for pulling in media after an import",
"author": {
"name": "WordPress.com Special Projects Team",
"url": "https://wpspecialprojects.wordpress.com"
},
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress"
],
"homepage": "https://wordpress.org/plugins/image-backfiller",
"repository": "https://github.com/a8cteam51/image-backfiller",
"bugs": "https://github.com/a8cteam51/image-backfiller/issues",
"engines": {
"node": ">=18.15",
"npm": ">=9.5"
},
"devDependencies": {
"@wordpress/scripts": "^25.3.4",
"npm-run-all": "^4.1.5"
},
"scripts": {
"lint": "npm-run-all --sequential lint:**",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"lint:readme-md": "wp-scripts lint-md-docs",
"packages-update": "wp-scripts packages-update --dist-tag=wp-6.2",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses"
}
}