-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 12.4 KB
/
Copy pathpackage.json
File metadata and controls
133 lines (133 loc) · 12.4 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"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",
"prebuild": "node scripts/check-avro-only-docs.js && node scripts/check-avro-only-docs.test.js && node scripts/check-workflow-stream-capabilities.js",
"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/refresh-waterline-release-qualification.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-laravel-adoption-journey.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-python-package-release.js && node scripts/check-python-package-release.test.js && node scripts/check-quickstart-execution-contract.js && node scripts/check-sdk-installer-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/patch-public-discovery-sitemap.test.js && node scripts/verify-sitemap-freshness-live.test.js && node scripts/check-cloud-promotion-browser.test.js && node scripts/check-job-chaining-diagrams.test.js && node scripts/helm-chart-release.test.js && node scripts/check-capacity-schema-publication.js && node scripts/check-capacity-schema-publication.test.js && node scripts/check-sdk-neutrality-workflow-contracts.js && node scripts/check-discoverability.js && node scripts/check-installer-contract.js && node scripts/verify-cli-installer-live.test.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-openapi-version.test.js && node scripts/check-worker-message-stream-contract.test.js && node scripts/check-worker-deregistration-openapi.test.js && node scripts/check-update-validation-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.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-platform-conformance-disclosure.test.js && node scripts/docs-visual-route-classification.test.js && node scripts/section-capture-qualification.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-capacity-schema-publication.js --rendered && node scripts/check-blog-search-metadata.js && node scripts/check-stable-introduction-search-metadata.js && node scripts/check-public-authority-versions.js --rendered && node scripts/check-python-package-release.js --rendered && node scripts/check-cloud-promotions.js && 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-idempotency-search-authority.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",
"postbuild": "node scripts/check-avro-only-docs.js --rendered",
"check:doc-examples": "node scripts/check-doc-examples.js",
"check:introduction-product-boundary": "node scripts/check-introduction-product-boundary.js",
"check:laravel-adoption": "node scripts/check-laravel-adoption-journey.js",
"check:discoverability": "node scripts/check-discoverability.js",
"check:public-artifact-versions": "node scripts/check-public-artifact-versions.js",
"check:python-package-release": "node scripts/check-python-package-release.js && node scripts/check-python-package-release.test.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:capacity-schema-publication": "node scripts/check-capacity-schema-publication.js && node scripts/check-capacity-schema-publication.test.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",
"check:sdk-installer-contract": "node scripts/check-sdk-installer-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:blog-search-metadata": "node scripts/check-blog-search-metadata.js",
"check:stable-introduction-search-metadata": "node scripts/check-stable-introduction-search-metadata.js",
"check:idempotency-search-authority": "node scripts/check-idempotency-search-authority.js",
"check:job-chaining-diagrams": "node scripts/check-job-chaining-diagrams.js",
"test:job-chaining-diagrams": "node scripts/check-job-chaining-diagrams.test.js",
"check:cloud-promotions": "node scripts/check-cloud-promotions.js",
"check:cloud-promotion-browser": "node scripts/check-cloud-promotion-browser.js",
"test:cloud-promotion-browser": "node scripts/check-cloud-promotion-browser.test.js",
"check:visual-reachability": "node scripts/docs-visual-route-classification.test.js && node scripts/section-capture-qualification.test.js && node scripts/check-visual-reachability.js",
"test:section-capture-qualification": "node scripts/section-capture-qualification.test.js",
"check:platform-conformance-disclosure": "node scripts/check-platform-conformance-disclosure.js",
"test:platform-conformance-disclosure": "node scripts/check-platform-conformance-disclosure.test.js",
"check:installer-contract": "node scripts/check-installer-contract.js",
"test:live-cli-installer": "node scripts/verify-cli-installer-live.test.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",
"refresh:waterline-release-qualification": "node scripts/refresh-waterline-release-qualification.js",
"check:waterline-release-qualification": "node scripts/refresh-waterline-release-qualification.js --check",
"test:waterline-release-qualification": "node scripts/refresh-waterline-release-qualification.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-openapi-version": "node scripts/check-worker-openapi-version.test.js",
"test:worker-message-stream-contract": "node scripts/check-worker-message-stream-contract.test.js",
"test:worker-deregistration-openapi": "node scripts/check-worker-deregistration-openapi.test.js",
"test:update-validation-openapi": "node scripts/check-update-validation-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",
"check:avro-only-docs": "node scripts/check-avro-only-docs.js && node scripts/check-avro-only-docs.test.js",
"check:workflow-stream-capabilities": "node scripts/check-workflow-stream-capabilities.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",
"ajv": "8.20.0",
"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"
}
}