-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 1.99 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 1.99 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "asis-coder",
"version": "3.0.0",
"description": "AI Development Assistant with Intelligent Code Generation and Distributed Agent Swarm Orchestration - Run parallel Claude agents across AGX, Raspberry Pi, and other devices via SSH + git worktrees",
"main": "coder.sh",
"bin": {
"asis-coder": "coder.sh",
"coder": "coder.sh"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./coder.sh",
"postinstall": "node npm-install.js || true"
},
"keywords": [
"ai",
"assistant",
"cli",
"chatgpt",
"claude",
"gemini",
"development",
"coding",
"programming",
"openai",
"anthropic",
"google",
"llm",
"bash",
"shell",
"terminal",
"developer-tools",
"code-assistant",
"productivity",
"code-generation",
"ai-agents",
"semantic-analysis",
"code-modification",
"context-units",
"intelligent-refactoring",
"project-creation",
"open-source-models",
"gpt-oss",
"ollama",
"huggingface",
"model-download",
"local-ai",
"swarm",
"orchestration",
"distributed",
"multi-agent",
"raspberry-pi",
"jetson",
"worktree",
"tmux",
"ssh"
],
"author": {
"name": "JohnOlven",
"email": "johnolvencom@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/johnolven/asis-coder.git"
},
"bugs": {
"url": "https://github.com/johnolven/asis-coder/issues"
},
"homepage": "https://github.com/johnolven/asis-coder#readme",
"engines": {
"node": ">=12.0.0"
},
"os": [
"darwin",
"linux"
],
"preferGlobal": true,
"files": [
"coder.sh",
"lib/",
"binaries/",
"install.sh",
"build.sh",
"npm-install.js",
"README.MD",
"LICENSE",
"BUILD.md",
"DISTRIBUTION.md"
],
"dependencies": {},
"devDependencies": {},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/johnolven"
}
}