-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
185 lines (185 loc) · 17.8 KB
/
Copy pathpackage.json
File metadata and controls
185 lines (185 loc) · 17.8 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "plotpickle",
"version": "1.0.0-rc.4.0.2",
"private": true,
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"install:ci": "bash scripts/install-ci.sh",
"dev": "WRANGLER_LOG_PATH=.wrangler/wrangler.log vite",
"dev:local": "vite",
"build": "node scripts/build-verified.mjs",
"start": "WRANGLER_LOG_PATH=.wrangler/wrangler.log vinext start",
"test": "npm run test:foundation",
"test:ci": "node scripts/developer-diagnostics/run-and-summarize.mjs -- npm test",
"test:changed": "node scripts/developer-diagnostics/test-changed.mjs",
"test:diagnose": "node scripts/developer-diagnostics/run-and-summarize.mjs --",
"test:developer-diagnostics": "node --test tests/issue-240-developer-diagnostics.test.mjs",
"test:local-gates": "node --test tests/issue-1451-local-gates.test.mjs tests/issue-1451-workbench-gate-handoff.test.mjs",
"test:setup-connections-dashboard": "node --test tests/issue-256-setup-connections-dashboard.test.mjs",
"test:creative-compute-paths": "node --test tests/issue-258-creative-compute-paths.test.mjs",
"test:minimax-byok": "node --test tests/issue-260-minimax-byok.test.mjs",
"diagnostics:validate": "node scripts/developer-diagnostics/validate-registry.mjs",
"validate:learn": "node scripts/validate-learn-curriculum.mjs",
"diagnostics:agent": "node scripts/developer-diagnostics/agent-diagnose.mjs",
"test:24-blocks-learning": "node --test tests/issue-48-24-blocks-learning.test.mjs",
"test:guided-ai-revision": "node --test tests/issue-49-guided-ai-revision.test.mjs",
"test:new-writer-path": "node --test tests/issue-63-new-writer-path.test.mjs",
"test:character-visual-identity": "node --test tests/issue-83-character-visual-identity.test.mjs",
"test:product-direction": "node --test tests/issue-85-product-direction.test.mjs",
"test:lighthouse-audit": "node --test tests/issue-86-lighthouse-audit.test.mjs",
"test:navigation-cleanup": "node --test tests/issue-87-navigation-cleanup.test.mjs",
"test:visual-board-navigation": "node --test tests/issue-88-visual-board-navigation.test.mjs",
"test:project-dashboard": "node --test tests/issue-89-project-dashboard.test.mjs",
"test:front-page-collaboration": "node --test tests/issue-90-front-page-collaboration.test.mjs",
"audit:lighthouse": "node scripts/lighthouse-audit.mjs smoke",
"audit:lighthouse:smoke": "node scripts/lighthouse-audit.mjs smoke",
"audit:lighthouse:full": "node scripts/lighthouse-audit.mjs all",
"audit:lighthouse:desktop": "node scripts/lighthouse-audit.mjs desktop",
"audit:lighthouse:mobile": "node scripts/lighthouse-audit.mjs mobile",
"audit:lighthouse:zip": "node scripts/lighthouse-audit.mjs zip",
"test:plugin-sdk": "node --test tests/phase-9b-plugin-sdk.test.mjs",
"test:example-plugins": "node --test tests/phase-9c-example-plugins.test.mjs",
"test:developer-docs": "node --test tests/phase-9d-developer-docs.test.mjs",
"test:sdk-packaging": "node --test tests/phase-9e-sdk-packaging.test.mjs",
"test:rc4-format": "node --test tests/rc4-project-format.test.mjs",
"validate:rc4": "node scripts/validate-rc4-format.mjs",
"sdk:validate": "node scripts/sdk-release.mjs validate",
"sdk:build": "node scripts/sdk-release.mjs build",
"sdk:pack": "node scripts/sdk-release.mjs pack",
"sdk:verify": "node scripts/sdk-release.mjs verify",
"sdk:publish": "node scripts/sdk-release.mjs publish",
"validate:artifact": "bash scripts/validate-artifact.sh",
"lint": "bash scripts/sites-env.sh -- eslint . --ignore-pattern dist --ignore-pattern .next",
"db:generate": "bash scripts/sites-env.sh -- drizzle-kit generate",
"test:recovery": "node scripts/project-recovery-smoke.mjs",
"package:windows": "node scripts/package-platform.mjs windows",
"package:macos": "node scripts/package-platform.mjs macos",
"package:linux": "node scripts/package-platform.mjs linux",
"test:primary-menu": "node --test tests/proposed-primary-menu.test.mjs",
"test:premium-ui": "node --test tests/issue-100-premium-ui-ux.test.mjs",
"test:reuse-audit": "node --test tests/issue-111-reuse-audit.test.mjs",
"test:navigation-context": "node --test tests/issue-112-navigation-context.test.mjs",
"test:dashboard-command-centre": "node --test tests/issue-113-dashboard-command-centre.test.mjs",
"test:build-workspace": "node --test tests/issue-114-build-workspace.test.mjs",
"test:mini-block-wall": "node --test tests/issue-115-mini-block-wall.test.mjs",
"test:unified-feedback": "node --test tests/issue-116-unified-feedback.test.mjs",
"test:writers-room": "node --test tests/issue-121-writers-room.test.mjs",
"test:table-read": "node --test tests/issue-122-table-read.test.mjs",
"test:shooting-script": "node --test tests/issue-123-shooting-script.test.mjs",
"test:release-hardening": "node --test tests/issue-124-release-hardening.test.mjs",
"test:connection-trust": "node --test tests/issue-144-connection-trust.test.mjs",
"test:github-app-connection": "node --test tests/issue-146-github-app-connection.test.mjs",
"test:automatic-story-project": "node --test tests/issue-148-automatic-story-project-setup.test.mjs",
"test:git-native-sync": "node --test tests/issue-150-git-native-project-sync.test.mjs",
"test:story-proposals": "node --test tests/issue-152-story-proposals.test.mjs",
"test:collaboration-invitations": "node --test tests/issue-156-collaboration-invitations.test.mjs",
"test:review-workflows": "node --test tests/issue-117-ai-human-review.test.mjs",
"test:consolidated-reports": "node --test tests/issue-118-consolidated-reports.test.mjs",
"test:production-reports": "node --test tests/issue-119-production-reports.test.mjs",
"test:settings-connections": "node --test tests/issue-120-settings-connections.test.mjs",
"test:windows-runtime": "node --test tests/windows-native-runtime.test.mjs",
"test:github-recovery-centre": "node --test tests/issue-163-github-recovery-centre.test.mjs",
"test:github-repository-recovery": "node --test tests/issue-165-github-repository-recovery.test.mjs",
"test:ai-comic-pitch": "node --test tests/issue-167-navigation-ai-pitch.test.mjs",
"test:splash-builds-open-source": "node --test tests/issue-169-splash-builds-open-source.test.mjs",
"test:refine-ownership": "node --test tests/issue-172-refine-ownership.test.mjs",
"test:official-github-app": "node --test tests/issue-180-official-github-app-config.test.mjs",
"test:collab-workspace": "node --test tests/issue-182-collab-workspace.test.mjs",
"github-app:register": "node scripts/github-app-registration.mjs open",
"github-app:verify": "node scripts/github-app-registration.mjs verify",
"test:google-desktop-oauth": "node --test tests/issue-184-google-desktop-oauth.test.mjs",
"google-oauth:register": "node scripts/google-oauth-registration.mjs open",
"google-oauth:verify": "node scripts/google-oauth-registration.mjs verify",
"test:google-calendar": "node --test tests/issue-185-google-calendar.test.mjs",
"test:google-meet": "node --test tests/issue-187-google-meet.test.mjs",
"test:afterglow-persistence": "node --test tests/issue-190-afterglow-persistence.test.mjs",
"test:visual-storyworld-positioning": "node --test tests/issue-193-visual-storyworld-positioning.test.mjs",
"test:ppf-relationship-assets": "node --test tests/issue-194-ppf-relationship-assets.test.mjs",
"test:storyworld-map": "node --test tests/issue-195-storyworld-map.test.mjs",
"test:managed-buzz-runtime": "node --test tests/issue-210-managed-buzz-runtime.test.mjs",
"test:build-version": "node --test tests/issue-1396-build-version.test.mjs",
"test:release-policy": "node --test tests/issue-1225-release-policy.test.mjs",
"test:core-consolidation": "node --test tests/core-consolidation.test.mjs",
"audit:public-readiness": "node scripts/public-readiness.mjs",
"story-pickles:prepare-mint": "node scripts/prepare-story-pickle-mint-package.mjs",
"test:graphic-novel-story-brief": "node --test tests/issue-282-graphic-novel-story-brief.test.mjs",
"test:connection-dashboard-fixes": "node --test tests/issue-285-connection-dashboard-navigation-fixes.test.mjs",
"test:graphic-novel-phase-7b": "node --test tests/issue-286-graphic-novel-phase-7b.test.mjs",
"test:repository-name-collisions": "node --test tests/issue-296-repository-name-collisions.test.mjs",
"test:settings-sitemap": "node --test tests/issue-298-settings-sitemap.test.mjs",
"test:splash-readme-refresh": "node --test tests/issue-301-splash-readme-refresh.test.mjs",
"test:ai-source-console": "node --test tests/issue-376-ai-source-console.test.mjs",
"test:ai-source-registry": "node --test tests/ai-source-registry-contract.test.mjs",
"test:ai-source-registry-consumer": "node --test tests/issue-380-ai-source-registry-consumer.test.mjs",
"audit:credentials": "node scripts/credential-boundary-audit.mjs --mode source",
"audit:credentials:local": "node scripts/local-credential-audit.mjs --root . --strict",
"test:credential-boundary-audit": "node --test tests/issue-299-credential-boundary-audit.test.mjs tests/issue-299-local-credential-audit.test.mjs",
"test:ai-native-visual-writing": "node --test tests/issue-383-ai-native-visual-writing.test.mjs",
"test:concept-canvas": "node --test tests/issue-384-concept-canvas.test.mjs",
"test:visual-reference-ingestion": "node --test tests/issue-385-visual-reference-ingestion.test.mjs",
"test:story-context-assembler": "node --test tests/issue-386-story-context-assembler.test.mjs",
"test:learn-library-discoverability": "node --test tests/issue-534-learn-library-discoverability.test.mjs",
"test:navigation-depth": "node --test tests/issue-536-navigation-depth.test.mjs",
"test:full-story-builder": "node --test tests/issue-542-full-story-builder.test.mjs",
"test:ui-continuity-agent": "node --test tests/issue-544-ui-continuity-agent.test.mjs",
"test:complete-visual-migration": "node --test tests/issue-546-complete-visual-migration.test.mjs",
"test:global-design-framework": "node --test tests/issue-1736-global-design-framework.test.mjs",
"test:persistent-agent-windows": "node --test tests/issue-548-persistent-agent-windows.test.mjs",
"test:mastra-learn-agents": "node --test tests/issue-570-mastra-learn-agents.test.mjs",
"test:writer-observer": "node --test tests/issue-1104-writer-e2e-final-state.test.mjs tests/issue-1108-writer-app-preflight.test.mjs tests/issue-1110-writer-live-acceptance.test.mjs tests/issue-1170-writer-observer-stabilization.test.mjs tests/issue-1029-avery-progressive-session-history.test.mjs tests/issue-1080-marquee-marketing-reference.test.mjs",
"test:foundation": "node --test tests/foundation-architecture.test.mjs",
"test:auth-crypto": "node --test tests/issue-1138-auth-crypto-contract.test.mjs",
"test:auth-core": "node --test tests/issue-1139-auth-core.test.mjs",
"test:profile-vault": "node --test tests/issue-1140-profile-master-key-vault.test.mjs",
"test:profile-storage": "node --test tests/issue-1141-profile-private-storage.test.mjs",
"test:server-session": "node --test tests/issue-1142-server-session-boundary.test.mjs",
"test:profile-experience": "node --test tests/issue-1143-profile-experience.test.mjs",
"test:plotpickle-auth": "node --test tests/issue-1138-auth-crypto-contract.test.mjs tests/issue-1139-auth-core.test.mjs tests/issue-1140-profile-master-key-vault.test.mjs tests/issue-1141-profile-private-storage.test.mjs tests/issue-1142-server-session-boundary.test.mjs tests/issue-1143-profile-experience.test.mjs tests/issue-1144-buzz-profile-agent-scope.test.mjs tests/issue-1144-buzz-profile-migration-contract.test.mjs tests/issue-1145-profile-backup.test.mjs tests/issue-1146-auth-full-verification.test.mjs tests/issue-299-credential-boundary-audit.test.mjs",
"benchmark:auth-crypto": "node scripts/benchmark-auth-crypto.mjs",
"test:full": "npm run build && node --test tests/windows-native-runtime.test.mjs tests/rendered-html.test.mjs tests/engines-workspace.test.mjs tests/project-navigation-licensing.test.mjs tests/ai-architecture.test.mjs tests/settings-menu.test.mjs tests/script-viewer.test.mjs tests/screenplay-writer.test.mjs tests/visual-storyboard.test.mjs tests/writer-learning.test.mjs tests/issue-48-24-blocks-learning.test.mjs tests/issue-49-guided-ai-revision.test.mjs tests/issue-55-core-curriculum-router.test.mjs tests/issue-56-purpose-aware-logline-lab.test.mjs tests/issue-57-visual-reference-library.test.mjs tests/issue-58-afterglow-legacy-visuals.test.mjs tests/issue-59-about-origins-principles.test.mjs tests/issues-60-62-afterglow-reconciliation.test.mjs tests/issue-63-new-writer-path.test.mjs tests/issue-83-character-visual-identity.test.mjs tests/issue-85-product-direction.test.mjs tests/issue-86-lighthouse-audit.test.mjs tests/issue-87-navigation-cleanup.test.mjs tests/issue-88-visual-board-navigation.test.mjs tests/issue-89-project-dashboard.test.mjs tests/issue-90-front-page-collaboration.test.mjs tests/proposed-primary-menu.test.mjs tests/issue-100-premium-ui-ux.test.mjs tests/issue-111-reuse-audit.test.mjs tests/issue-112-navigation-context.test.mjs tests/issue-113-dashboard-command-centre.test.mjs tests/issue-114-build-workspace.test.mjs tests/issue-115-mini-block-wall.test.mjs tests/issue-116-unified-feedback.test.mjs tests/issue-117-ai-human-review.test.mjs tests/issue-118-consolidated-reports.test.mjs tests/issue-119-production-reports.test.mjs tests/issue-120-settings-connections.test.mjs tests/issue-121-writers-room.test.mjs tests/issue-122-table-read.test.mjs tests/issue-123-shooting-script.test.mjs tests/issue-124-release-hardening.test.mjs tests/issue-144-connection-trust.test.mjs tests/issue-146-github-app-connection.test.mjs tests/issue-148-automatic-story-project-setup.test.mjs tests/issue-150-git-native-project-sync.test.mjs tests/issue-152-story-proposals.test.mjs tests/issue-156-collaboration-invitations.test.mjs tests/issue-167-navigation-ai-pitch.test.mjs tests/issue-169-splash-readme-refresh.test.mjs tests/issue-172-refine-ownership.test.mjs tests/issue-180-official-github-app-config.test.mjs tests/issue-182-collab-workspace.test.mjs tests/issue-184-google-desktop-oauth.test.mjs tests/issue-185-google-calendar.test.mjs tests/issue-187-google-meet.test.mjs tests/issue-190-afterglow-persistence.test.mjs tests/issue-193-visual-storyworld-positioning.test.mjs tests/issue-194-ppf-relationship-assets.test.mjs tests/issue-195-storyworld-map.test.mjs tests/issue-210-managed-buzz-runtime.test.mjs tests/core-consolidation.test.mjs tests/phase-one-core-schema.test.mjs tests/dynamic-scenes.test.mjs tests/phase-two-dynamic-scenes.test.mjs tests/phase-a-core-model.test.mjs tests/phase-b-diagnostic-craft.test.mjs tests/phase-c-specialist-labs.test.mjs tests/phase-d-pitch-review.test.mjs tests/phase-e-page-to-production.test.mjs tests/phase-f-collaboration-release.test.mjs tests/issue-26-reports-terms-collaboration.test.mjs tests/story-tools-reports-docs.test.mjs tests/phase-2-folder-projects.test.mjs tests/phase-3-modular-story.test.mjs tests/phase-4-story-dependencies.test.mjs tests/phase-5-native-git.test.mjs tests/phase-6-ppf-exchange.test.mjs tests/phase-7-canon-binder.test.mjs tests/phase-8-open-plugin-platform.test.mjs tests/phase-9a-sdk-foundation.test.mjs tests/phase-9b-plugin-sdk.test.mjs tests/phase-9c-example-plugins.test.mjs tests/phase-9d-developer-docs.test.mjs tests/phase-9e-sdk-packaging.test.mjs tests/rc4-project-format.test.mjs tests/issue-240-developer-diagnostics.test.mjs tests/issue-256-setup-connections-dashboard.test.mjs tests/issue-258-creative-compute-paths.test.mjs tests/issue-260-minimax-byok.test.mjs tests/issue-282-graphic-novel-story-brief.test.mjs tests/issue-285-connection-dashboard-navigation-fixes.test.mjs tests/issue-286-graphic-novel-phase-7b.test.mjs tests/issue-296-repository-name-collisions.test.mjs tests/issue-298-settings-sitemap.test.mjs tests/issue-299-credential-boundary-audit.test.mjs tests/issue-299-local-credential-audit.test.mjs tests/issue-301-splash-readme-refresh.test.mjs tests/issue-376-ai-source-console.test.mjs tests/ai-source-registry-contract.test.mjs tests/issue-380-ai-source-registry-consumer.test.mjs tests/issue-383-ai-native-visual-writing.test.mjs tests/issue-384-concept-canvas.test.mjs tests/issue-385-visual-reference-ingestion.test.mjs tests/issue-386-story-context-assembler.test.mjs tests/issue-534-learn-library-discoverability.test.mjs tests/issue-536-navigation-depth.test.mjs tests/issue-540-uat-continuity.test.mjs tests/issue-542-full-story-builder.test.mjs tests/issue-544-ui-continuity-agent.test.mjs tests/issue-546-complete-visual-migration.test.mjs tests/issue-548-persistent-agent-windows.test.mjs",
"qa:publish-defect": "node scripts/autonomous-qa/publish-defect.mjs",
"site:provenance": "node scripts/write-public-source-provenance.mjs",
"site:verify-drift": "node scripts/verify-public-site-drift.mjs",
"test:public-site": "node --test tests/issue-2262-public-site-authority.test.mjs"
},
"dependencies": {
"@cloudflare/vite-plugin": "1.54.8",
"@mastra/core": "1.66.0",
"@tailwindcss/postcss": "4.3.3",
"@vitejs/plugin-react": "6.1.1",
"@vitejs/plugin-rsc": "0.5.34",
"ai": "7.0.97",
"drizzle-orm": "0.45.2",
"libsodium-wrappers-sumo": "0.8.4",
"next": "16.3.4",
"react": "19.3.0",
"react-dom": "19.3.0",
"tailwindcss": "4.3.3",
"vinext": "1.0.0-beta.9",
"vite": "8.3.0",
"wrangler": "4.131.1"
},
"devDependencies": {
"@types/node": "26.5.1",
"@types/react": "19.3.0",
"@types/react-dom": "19.3.0",
"drizzle-kit": "0.31.10",
"eslint": "10.10.0",
"eslint-config-next": "16.3.4",
"typescript": "6.0.3"
},
"type": "module",
"displayName": "PlotPickle",
"overrides": {
"nanoid": "3.3.18",
"js-yaml": "4.3.2",
"@babel/core": "7.29.6",
"@esbuild-kit/core-utils": {
"esbuild": "0.25.12"
},
"sharp": "0.35.4"
}
}