-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.47 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
{
"name": "@wpengine/wp-graphql-content-blocks",
"private": true,
"version": "4.8.5",
"engines": {
"node": ">=20.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": "^32.4.1",
"expect-puppeteer": "^11.0.0",
"puppeteer-testing-library": "^0.6.0",
"rimraf": "^6.1.3"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"uuid": "^11.1.1",
"webpack-dev-server": "^5.2.4",
"@typescript-eslint/typescript-estree": {
"minimatch": "^9.0.7"
},
"js-yaml": "^4.1.1",
"markdownlint-cli": {
"minimatch": "^3.1.4"
}
}
}