-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.08 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
48
49
{
"name": "aios-v2",
"version": "0.1.0",
"description": "AIOS V2 — Autonomous Intelligent Operating System powered by OpenClaw",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest --verbose",
"lint": "eslint ."
},
"keywords": [
"ai",
"agent",
"openclaw",
"automation"
],
"author": "Shavoni <[email protected]>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^3.0.3",
"cheerio": "^1.2.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-rate-limit": "^8.2.1",
"gray-matter": "^4.0.3",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.3",
"mammoth": "^1.11.0",
"marked": "^15.0.0",
"morgan": "^1.10.0",
"openai": "^4.80.0",
"pdf-parse": "^2.4.5",
"socket.io": "^4.8.0",
"sql.js": "^1.11.0",
"uuid": "^11.0.0"
},
"devDependencies": {
"docx": "^9.5.3",
"eslint": "^9.18.0",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"supertest": "^7.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}