-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 858 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 858 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
{
"name": "hal-pt",
"version": "0.1.13",
"description": "Hardware Artificial Life Personal Trainer A GPT-3 Powered Developer Assistant CLI",
"keywords": [
"openai",
"openai-api",
"machine-learning",
"artificial-intelligence",
"chatgpt",
"chat-gpt",
"gpt-3.5-turbo",
"assitant",
"ai debugger",
"gpt",
"gpt-3",
"ai",
"node",
"nodejs",
"cli",
"command-line-interface"
],
"type": "module",
"scripts": {},
"bin": {
"hpt": "./src/app.js"
},
"engines": {
"node": ">=18.0.0"
},
"author": "ErikZuuring",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zuuring/hal-pt.git"
},
"dependencies": {
"boxen": "^7.0.2",
"chalk": "^5.2.0",
"eslint": "^8.35.0",
"marked": "^4.2.12",
"marked-terminal": "^5.1.1"
}
}