-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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": "AIssistant",
"version": "1.0.0",
"description": "A versatile AI-powered chat application with customizable system prompts",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.29.0",
"@hapi/cookie": "^12.0.1",
"@hapi/hapi": "^21.3.10",
"@hapi/inert": "^7.1.0",
"@hapi/vision": "^7.0.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"groq-sdk": "^0.7.0",
"marked": "^14.1.2",
"openai": "^4.67.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/nexusai.git"
},
"keywords": [
"ai",
"chat",
"hapi",
"anthropic",
"claude"
],
"bugs": {
"url": "https://github.com/yourusername/nexusai/issues"
},
"homepage": "https://github.com/yourusername/nexusai#readme"
}