-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"name": "@michaelborck/spec-to-code",
"version": "1.0.0",
"description": "Claude Code custom commands for systematic AI-assisted software development with 3-phase methodology (PRD → Tasks → Implementation)",
"main": "install.js",
"scripts": {
"postinstall": "node install.js",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"ai",
"development",
"slash-commands",
"methodology",
"prd",
"tasks",
"systematic",
"claude-code",
"ai-assisted",
"specification"
],
"author": "Spec-to-Code Contributors",
"license": "MIT",
"homepage": "https://github.com/michael-borck/spec-to-code#readme",
"bugs": {
"url": "https://github.com/michael-borck/spec-to-code/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/michael-borck/spec-to-code.git"
},
"files": [
"commands/",
"install.js",
"README.md",
"LICENSE"
],
"dependencies": {
"chalk": "^4.1.2"
},
"engines": {
"node": ">=14.0.0"
}
}