-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "intelligence-hub",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx gulp build",
"watch": "npx gulp watch",
"start": "node index.js",
"dev": "npx gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streaver91/intelligence-hub.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/streaver91/intelligence-hub/issues"
},
"homepage": "https://github.com/streaver91/intelligence-hub#readme",
"dependencies": {
"@anthropic-ai/sdk": "^0.20.7",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"openai": "^4.38.5",
"socket.io": "^4.7.5"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-minify-inline": "^1.1.0",
"gulp-nodemon": "^2.5.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^3.0.0"
}
}