-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"name": "preview-forge-marketplace",
"version": "1.0.0",
"private": true,
"description": "Built with Opus 4.7 hackathon — 3-DD Methodology (PreviewDD → SpecDD → TestDD) plugin for Claude Code. Marketplace-hosting repository.",
"homepage": "https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode",
"repository": {
"type": "git",
"url": "https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode.git"
},
"bugs": "https://github.com/Two-Weeks-Team/PreviewForgeForClaudeCode/issues",
"license": "Apache-2.0",
"author": "Two-Weeks-Team <app.2weeks@gmail.com>",
"keywords": [
"claude-code",
"plugin",
"marketplace",
"opus-4-7",
"multi-agent",
"spec-driven",
"preview-driven",
"test-driven",
"3-dd",
"hackathon"
],
"workspaces": [
"plugins/*"
],
"scripts": {
"lint:manifests": "node scripts/validate-manifests.mjs",
"test": "echo \"no tests yet — phase 13\"",
"validate": "pnpm run lint:manifests"
},
"devDependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1"
},
"packageManager": "pnpm@9.15.0"
}