-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 841 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
33
34
35
36
{
"name": "advanced-query-loop",
"version": "3.2.0",
"description": "Query loop block variations to create custom queries.",
"main": "index.js",
"scripts": {
"setup": "composer run dev",
"start": "wp-scripts start",
"build": "wp-scripts build",
"plugin-zip": "wp-scripts plugin-zip",
"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": {
"19": "^0.0.0",
"uuid": "^9.0.0"
}
}