-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"dependencies": {
"@mistralai/mistralai": "^0.0.8",
"colors": "^1.4.0",
"dotenv": "^16.3.1",
"openai": "^4.24.0"
},
"name": "interintel",
"description": "The application `Interintel` is a command line interface (CLI) application implemented in Node.js. It essentially is an interactive communication tool between the user and an AI model, only openai models for now.",
"version": "1.0.22",
"type": "module",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"postinstall": "echo 'Running postinstall script...' && node setup.js",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/modern-sapien/inter-intel.git"
},
"keywords": [
"testing",
"development",
"ai",
"debugging",
"copilot"
],
"author": "Modern-Sapien",
"license": "SEE LICENSE IN README.md",
"bugs": {
"url": "https://github.com/modern-sapien/inter-intel/issues"
},
"homepage": "https://github.com/modern-sapien/inter-intel#readme"
}