-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
48
49
50
{
"name": "@mysticfragilist/clai",
"version": "1.0.4",
"description": "A CLI tool to process text to command",
"type": "module",
"main": "bin/index.js",
"bin": {
"clai": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MysticFragilist/ClAi.git"
},
"keywords": [
"AI",
"GPT-3",
"CLI",
"tool",
"command-line",
"linux",
"windows",
"macos"
],
"author": "Samuel Montambault <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MysticFragilist/ClAi/issues"
},
"homepage": "https://github.com/MysticFragilist/ClAi#readme",
"dependencies": {
"boxen": "^7.0.1",
"chalk": "^5.2.0",
"child_process": "^1.0.2",
"openai": "^3.1.0",
"prompts": "^2.4.2",
"yargs": "^17.6.2"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1"
}
}