-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"name": "nexgsd",
"version": "1.4.3",
"description": "From one prompt to a finished product — fully autonomous. NexGSD turns any AI coding tool into a complete project engine: auto-plans, remembers across sessions, builds end-to-end, audits security & performance, deploys to production. 18 agents + 39 workflows. Built by NexVar. https://github.com/NexVar/NexGSD",
"bin": {
"nexgsd": "./bin/nexgsd.js"
},
"files": [
"bin/",
".agent/",
"nexgsd-install.sh",
"LICENSE"
],
"keywords": [
"ai",
"ai-agents",
"chatgpt",
"copilot",
"codex",
"cursor",
"context",
"context-memory",
"persistent-memory",
"autonomous-coding",
"autonomous-agents",
"project-management",
"multi-agent",
"anti-hallucination",
"prompt-to-production",
"agent-framework",
"llm-agents",
"nexgsd",
"nexvar"
],
"author": "NexVar (https://nexvar.io)",
"contributors": [
"Mert Ali Dalkır <mertadalkir@gmail.com> (https://mertdlkr.com)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NexVar/NexGSD.git"
},
"homepage": "https://github.com/NexVar/NexGSD",
"bugs": {
"url": "https://github.com/NexVar/NexGSD/issues"
},
"engines": {
"node": ">=16.0.0"
}
}