-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 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
{
"name": "specification-generator",
"version": "4.0.0",
"description": "A framework for guiding tool-using coding agents to create comprehensive feature specifications through structured creativity",
"private": true,
"files": [
"guidelines",
"templates",
"examples",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"directories": {
"doc": "guidelines",
"example": "examples"
},
"scripts": {
"test": "echo \"specification-generator is a docs-only package; no tests to run.\" && exit 0"
},
"keywords": [
"ai",
"specification",
"prd",
"product-requirements",
"feature-specification",
"ai-assistant",
"product-management",
"documentation"
],
"author": "Incremental Capital",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/incrementalcapital/specification-generator.git"
},
"bugs": {
"url": "https://github.com/incrementalcapital/specification-generator/issues"
},
"homepage": "https://github.com/incrementalcapital/specification-generator#readme"
}