-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.11 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": "universal-constructor",
"description": "AI-powered coding assistant and problem-solver",
"version": "1.0.0",
"main": "run.js",
"bin": {
"uc": "./run.js"
},
"author": {
"name": "Chris Best",
"email": "chris@substackinc.com",
"url": "http://substack.com/@cb"
},
"type": "module",
"scripts": {
"format": "prettier --write .",
"test": "ava",
"start": "echo \"please use 'node run.js' instead.\" && exit 1"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"ajv": "^8.12.0",
"ansi-escapes": "^6.2.0",
"ava": "^5.3.1",
"chalk": "^4.1.0",
"chokidar": "^3.5.3",
"cli-spinners": "^2.9.2",
"dotenv": "^16.3.1",
"flac-bindings": "^3.1.0",
"groq-sdk": "^0.3.2",
"marked": "^10.0.0",
"marked-terminal": "^6.1.0",
"mic": "^2.1.2",
"minimist": "^1.2.8",
"node-global-key-listener": "^0.3.0",
"node-vad": "^1.1.4",
"openai": "^4.24.1",
"play-sound": "^1.1.6",
"screenshot-desktop": "^1.15.0",
"sharp": "^0.33.4",
"sinon": "^17.0.1"
},
"engines": {
"node": ">=16.18.1"
},
"license": "MIT"
}