-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 8.45 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 8.45 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "laravel-workflow",
"version": "0.0.0",
"private": true,
"scripts": {
"predocusaurus": "node scripts/check-dependency-security.js",
"docusaurus": "docusaurus",
"postinstall": "patch-package",
"prestart": "node scripts/check-dependency-security.js",
"start": "docusaurus start",
"build": "npm run check:node-toolchain && npm run check:dependency-security && npm run check:brace-expansion-compatibility && node scripts/generate-component-release-qualifications.js --check && node scripts/generate-component-release-qualifications.test.js && node scripts/check-server-env-docs.js && node scripts/check-doc-examples.js && node scripts/check-introduction-product-boundary.js && node scripts/check-public-artifact-versions.js && node scripts/check-public-artifact-pins.js && node scripts/check-public-artifact-pins.test.js && node scripts/check-quickstart-execution-contract.js && node scripts/check-php-waterline-release-train.test.js && node scripts/check-public-artifact-tuple-workflow.js && node scripts/check-docs-deploy-workflow.js && node scripts/helm-chart-release.test.js && node scripts/check-sdk-neutrality-workflow-contracts.js && node scripts/check-discoverability.js && node scripts/check-installer-contract.js && node scripts/check-compatibility-authority.js && node scripts/check-compatibility-authority.test.js && node scripts/check-public-authority-versions.js && node scripts/check-public-authority-versions.test.js && node scripts/check-platform-protocol-specs.js && node scripts/check-platform-protocol-specs.test.js && node scripts/check-worker-deregistration-openapi.test.js && node scripts/check-public-server-protocol-catalog.test.js && node scripts/check-schedule-list-openapi.js && node scripts/check-schedule-list-openapi.test.js && node scripts/check-platform-protocol-page.test.js && node scripts/check-platform-conformance-authority.js && node scripts/check-platform-conformance-authority.test.js && node scripts/generate-platform-conformance-ledger.js --check && node scripts/generate-platform-conformance-ledger.test.js && node scripts/check-workflow-lifecycle-authority.js && node scripts/check-sdk-neutrality-authority.js && node scripts/check-sdk-neutrality-authority.test.js && node scripts/check-docs-narrative-audit.test.js && docusaurus build && node scripts/check-public-authority-versions.js --rendered && node scripts/check-analytics.js && node scripts/generate-llms.js && node scripts/generate-llms-full.js && node scripts/check-platform-protocol-page.js && node scripts/generate-docs-page-release-audit.js && node scripts/generate-docs-narrative-audit.js && node scripts/patch-public-discovery-sitemap.js && node scripts/check-homepage-release-policy.js && node scripts/check-docs-release-policy.js && node scripts/check-llms-ai-surfaces.js && node scripts/check-docs-page-release-audit.js && node scripts/check-docs-narrative-audit.js",
"check:doc-examples": "node scripts/check-doc-examples.js",
"check:introduction-product-boundary": "node scripts/check-introduction-product-boundary.js",
"check:discoverability": "node scripts/check-discoverability.js",
"check:public-artifact-versions": "node scripts/check-public-artifact-versions.js",
"check:public-artifact-tuple": "node scripts/refresh-public-artifact-versions.js --check",
"check:public-artifact-tuple-workflow": "node scripts/check-public-artifact-tuple-workflow.js",
"check:docs-deploy-workflow": "node scripts/check-docs-deploy-workflow.js",
"check:helm-chart-release": "node scripts/helm-chart-release.js check && node scripts/helm-chart-release.test.js",
"check:node-toolchain": "node scripts/check-node-toolchain.js && node scripts/check-node-toolchain.test.js",
"check:dependency-security": "node scripts/check-dependency-security.js && node scripts/check-dependency-security.test.js",
"check:brace-expansion-compatibility": "node scripts/check-brace-expansion-compatibility.js",
"check:sdk-neutrality-workflow-contracts": "node scripts/check-sdk-neutrality-workflow-contracts.js",
"check:public-artifact-pins": "node scripts/check-public-artifact-pins.js",
"test:public-artifact-pins": "node scripts/check-public-artifact-pins.test.js",
"check:quickstart-execution-contract": "node scripts/check-quickstart-execution-contract.js",
"refresh:public-artifact-versions": "node scripts/refresh-public-artifact-versions.js",
"check:simulator-lines": "node scripts/check-simulator-lines.js",
"check:server-env-docs": "node scripts/check-server-env-docs.js",
"check:llms-ai-surfaces": "node scripts/check-llms-ai-surfaces.js",
"check:docs-page-release-audit": "node scripts/check-docs-page-release-audit.js",
"check:docs-narrative-audit": "node scripts/check-docs-narrative-audit.js",
"test:docs-narrative-audit": "node scripts/check-docs-narrative-audit.test.js",
"check:docs-release-policy": "node scripts/check-docs-release-policy.js",
"check:homepage-release-policy": "node scripts/check-homepage-release-policy.js",
"check:analytics": "node scripts/check-analytics.js",
"check:visual-reachability": "node scripts/check-visual-reachability.js",
"check:installer-contract": "node scripts/check-installer-contract.js",
"check:compatibility-authority": "node scripts/check-compatibility-authority.js",
"test:compatibility-authority": "node scripts/check-compatibility-authority.test.js",
"generate:component-release-qualifications": "node scripts/generate-component-release-qualifications.js",
"check:component-release-qualifications": "node scripts/generate-component-release-qualifications.js --check && node scripts/generate-component-release-qualifications.test.js",
"check:public-authority-versions": "node scripts/check-public-authority-versions.js",
"test:public-authority-versions": "node scripts/check-public-authority-versions.test.js",
"check:platform-protocol-specs": "node scripts/check-platform-protocol-specs.js",
"test:platform-protocol-specs": "node scripts/check-platform-protocol-specs.test.js",
"test:worker-deregistration-openapi": "node scripts/check-worker-deregistration-openapi.test.js",
"test:public-server-protocol-catalog": "node scripts/check-public-server-protocol-catalog.test.js",
"check:schedule-list-openapi": "node scripts/check-schedule-list-openapi.js",
"test:schedule-list-openapi": "node scripts/check-schedule-list-openapi.test.js",
"check:platform-protocol-page": "node scripts/check-platform-protocol-page.js",
"test:platform-protocol-page": "node scripts/check-platform-protocol-page.test.js",
"check:platform-conformance-authority": "node scripts/check-platform-conformance-authority.js",
"test:platform-conformance-authority": "node scripts/check-platform-conformance-authority.test.js",
"generate:platform-conformance-ledger": "node scripts/generate-platform-conformance-ledger.js",
"check:platform-conformance-ledger": "node scripts/generate-platform-conformance-ledger.js --check && node scripts/generate-platform-conformance-ledger.test.js",
"check:workflow-lifecycle-authority": "node scripts/check-workflow-lifecycle-authority.js",
"patch:public-discovery-sitemap": "node scripts/patch-public-discovery-sitemap.js",
"check:sdk-neutrality-authority": "node scripts/check-sdk-neutrality-authority.js && node scripts/check-sdk-neutrality-authority.test.js",
"swizzle": "docusaurus swizzle",
"predeploy": "node scripts/check-dependency-security.js",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.10.2",
"@docusaurus/plugin-client-redirects": "3.10.2",
"@docusaurus/preset-classic": "3.10.2",
"@mdx-js/react": "^3.1.1",
"clsx": "^2.1.1",
"js-yaml": "^4.3.1",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"semver": "7.8.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.10.2",
"patch-package": "8.0.1",
"playwright": "1.55.1"
},
"overrides": {
"brace-expansion": "5.0.9",
"minimatch": "10.2.5",
"serialize-javascript": "7.0.7",
"uuid": "11.1.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=24 <25"
}
}