forked from weidu12123/1Shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 949 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 949 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "1shell",
"version": "3.3.0",
"description": "1Shell - One Shell to rule them all. 零侵入式多机管理中枢 + AI 云端总司令",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"no tests yet\" && exit 0"
},
"keywords": [
"ssh",
"web-terminal",
"devops",
"ai",
"mcp",
"server-management",
"agentless"
],
"author": "weidu12123",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"helmet": "^8.1.0",
"iconv-lite": "^0.7.2",
"js-yaml": "^4.1.1",
"multer": "^2.1.1",
"node-cron": "^4.2.1",
"node-fetch": "^2.7.0",
"node-pty": "^1.1.0",
"socket.io": "^4.7.5",
"ssh2": "^1.17.0"
},
"devDependencies": {
"nodemon": "^3.1.4",
"socket.io-client": "^4.8.3"
}
}