-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 827 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 827 Bytes
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
{
"name": "@iminders/aicoder",
"version": "1.0.0",
"description": "AI-powered coding assistant CLI tool",
"author": "iminders",
"license": "MIT",
"homepage": "https://github.com/iminders/aicoder",
"repository": {
"type": "git",
"url": "https://github.com/iminders/aicoder.git"
},
"bugs": {
"url": "https://github.com/iminders/aicoder/issues"
},
"keywords": [
"ai",
"coding",
"assistant",
"cli",
"claude",
"gpt",
"agent",
"automation"
],
"bin": {
"aicoder": "./bin/aicoder"
},
"scripts": {
"postinstall": "node scripts/install.js"
},
"engines": {
"node": ">=14"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"scripts/",
"README.md",
"LICENSE"
]
}