-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 995 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
{
"name": "lastcommentposts",
"version": "2.7.0",
"description": "Adds a block that lists the recent commented posts without duplicates. ",
"main": "build/index.js",
"scripts": {
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"check-engines": "wp-scripts check-engines",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"up": "wp-scripts packages-update",
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint-js": "wp-scripts lint-js",
"lint-js:fix": "wp-scripts lint-js --fix",
"lint-css": "wp-scripts lint-style",
"lint-css:fix": "wp-scripts lint-style --fix",
"wp-env": "wp-env",
"wp-int": "npm install @wordpress/scripts --save-dev --save-exact @wordpress/scripts"
},
"license": "GPL-2.0-or-later",
"dependencies": {
"@wordpress/i18n": "^4.45.0"
},
"devDependencies": {
"@wordpress/env": "^8.11.0",
"@wordpress/scripts": "^26.16.0"
}
}