-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 934 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
33
34
35
36
37
38
{
"name": "advanced-query-loop",
"version": "4.3.0",
"description": "Query loop block variations to create custom queries.",
"main": "index.js",
"scripts": {
"setup": "composer run dev",
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"build": "wp-scripts build",
"plugin-zip": "wp-scripts plugin-zip",
"lint:js": "wp-scripts lint-js",
"lint:php": "composer run lint",
"format": "wp-scripts format",
"wp-env": "wp-env",
"release": "composer run build && npm run build && npm run plugin-zip",
"test:unit": "./vendor/bin/phpunit"
},
"files": [
"build",
"index.php",
"readme.txt",
"includes",
"vendor/autoload.php",
"vendor/composer"
],
"prettier": "@wordpress/prettier-config",
"keywords": [],
"author": "",
"license": "GPLv2 or later",
"devDependencies": {
"@wordpress/env": "^9.4.0",
"@wordpress/scripts": "^24.6.0"
},
"dependencies": {
"uuid": "^9.0.0"
}
}