-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.81 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
{
"name": "swe-atlas",
"version": "2.6.4",
"description": "Turn Claude Code into a senior AI software engineer: skills, subagents, slash commands, and engineering conventions, scaffolded with one command. A pragmatic alternative to spec-driven development.",
"bin": {
"swe-atlas": "bin/install.js"
},
"scripts": {
"prepack": "node -e \"require('fs').copyFileSync('.gitignore','gitignore')\"",
"postpack": "node -e \"require('fs').rmSync('gitignore',{force:true})\"",
"postversion": "git push --follow-tags"
},
"files": [
"bin/",
"misc/self/",
".claude/agents/",
".claude/commands/",
".claude/hooks/",
".claude/rules/",
".claude/skills/",
"claude_md_variants/",
"misc/archive/",
"misc/images/",
"docs/external-information/claude-hooks-guide.md",
"docs/external-information/claude-hooks-reference.md",
"repos/",
".mcp.json",
".playwright/cli.config.json",
"NOTES.md",
"gitignore",
"neuron-activation.gif"
],
"keywords": [
"claude-code",
"claude",
"anthropic",
"opus",
"fable",
"ai-agent",
"ai-coding-agent",
"coding-agent",
"ai-software-engineer",
"software-engineer",
"claude-code-template",
"claude-code-skills",
"claude-code-agents",
"subagents",
"slash-commands",
"claude-md",
"spec-driven-development",
"wireframe",
"prototype",
"developer-tools",
"scaffolding",
"llm",
"atlas"
],
"author": "Syahiid Kamil",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas"
},
"homepage": "https://www.npmjs.com/package/swe-atlas",
"bugs": {
"url": "https://github.com/syahiidkamil/Software-Engineer-AI-Agent-Atlas/issues"
},
"engines": {
"node": ">=18"
}
}