-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 680 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 680 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
{
"name": "clave-app",
"version": "1.1.0",
"description": "A lightweight Express + EJS application powering Clave’s open-source AI tools.",
"main": "server.js",
"author": "1dev-hridoy",
"license": "MIT",
"scripts": {
"dev": "node server.js",
"start": "node server.js",
"test": "echo \"No tests configured\""
},
"keywords": [
"express",
"ejs",
"api",
"clave",
"open-source",
"ai",
"server"
],
"dependencies": {
"axios": "^1.13.2",
"cheerio": "^1.1.2",
"ejs": "^3.1.10",
"express": "^5.1.0",
"form-data": "^4.0.5",
"https-proxy-agent": "^7.0.6",
"uuid": "^13.0.0",
"ws": "^8.18.3"
}
}