-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.5 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.5 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@wpengine/wp-graphql-content-blocks",
"private": true,
"version": "4.8.5",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-e2e": "wp-scripts test-e2e",
"test-e2e:debug": "wp-scripts --inspect-brk test-e2e --puppeteer-devtools",
"test-e2e:watch": "npm run test-e2e -- --watch",
"wp-env": "wp-env",
"changeset": "changeset",
"build": "npm run build:clean-vendor && npm run build:composer-install && npm run build:zip",
"build:clean-vendor": "rimraf vendor",
"build:composer-install": "composer install --no-dev",
"build:zip": "wp-scripts plugin-zip",
"version": "changeset version && node bin/versionPlugin.js",
"release": "npm run build && changeset publish"
},
"files": [
"includes",
"vendor",
"LICENSE",
"README.md",
"readme.txt",
"wp-graphql-content-blocks.php"
],
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@wordpress/jest-console": "^8.22.0",
"@wordpress/jest-puppeteer-axe": "^7.22.0",
"@wordpress/scripts": "^30.15.0",
"expect-puppeteer": "^11.0.0",
"puppeteer-testing-library": "^0.6.0",
"rimraf": "^4.4.0"
},
"overrides": {
"jest": "28.1.2",
"semver": "~7.5.2",
"optionator": "0.9.3",
"braces": "^3.0.3",
"ws": "^8.4.0",
"puppeteer": "^24.10",
"puppeteer-core": "^24.10",
"webpack-dev-server": "^5.2",
"@babel/runtime": "7.27.0",
"qs": "^6.14.1",
"node-forge": "^1.3.2"
}
}