forked from igoruehara/spec-driven
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.31 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
{
"name": "@igoruehara/spec-driven",
"version": "0.1.9",
"description": "Scaffold de Spec-Driven Development (SDD) para agentes de IA (Claude Code, Codex, Cursor, Copilot, Gemini, Windsurf) — esteira Lean Inception + DDD + Technical Design Docs, com skills, templates e gates de qualidade. Use via npx em qualquer projeto.",
"type": "module",
"bin": {
"spec-driven": "bin/cli.mjs"
},
"files": [
"bin",
"template",
"README.md"
],
"engines": {
"node": ">=18"
},
"keywords": [
"sdd",
"spec-driven-development",
"ddd",
"lean-inception",
"claude-code",
"claude",
"codex",
"agents-md",
"cursor",
"copilot",
"gemini",
"windsurf",
"scaffold",
"boilerplate",
"agent-skills"
],
"author": "igoruehara",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/igoruehara/spec-driven.git"
},
"bugs": {
"url": "https://github.com/igoruehara/spec-driven/issues"
},
"homepage": "https://github.com/igoruehara/spec-driven#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"pack:check": "npm pack --dry-run",
"test:scaffold": "node bin/cli.mjs .tmp-scaffold-test --all --force --yes",
"prepublishOnly": "node bin/cli.mjs .tmp-scaffold-test --all --force --yes"
}
}