-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.13 KB
/
package.json
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
{
"name": "aicodertool",
"version": "1.0.92",
"homepage": "https://github.com/mmiscool/aiCoder",
"bin": {
"aicodertool": "src/main.js",
"aiCoder": "src/main.js",
"aicoder": "src/main.js",
"a": "src/main.js"
},
"scripts": {
"start": "./src/main.js",
"buildFrontend": "npx parcel watch ./public/index.html --no-hmr"
},
"targets": {
"default": {
"context": "browser",
"publicUrl": "/",
"distDir": "./dist",
"sourceMap": true
}
},
"author": "mmiscool",
"license": "MIT",
"description": "A tool to make AI coding tasks easy",
"type": "module",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@mmiscool/scrape_to_markdown": "^1.0.6",
"@parcel/config-default": "^2.13.2",
"@parcel/core": "^2.13.2",
"cli-progress": "^3.12.0",
"escodegen": "^2.1.0",
"esm": "^3.2.25",
"esprima-next": "^6.0.3",
"estraverse": "^5.3.0",
"express": "^4.21.2",
"groq-sdk": "^0.7.0",
"mime": "^4.0.4",
"ollama": "^0.5.9",
"openai": "^4.68.4",
"parcel": "^2.13.2",
"repomix": "^0.2.15",
"turndown": "^7.2.0",
"ws": "^8.18.0"
}
}