-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 816 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
{
"name": "clawbridge",
"version": "1.2.3",
"description": "Local Agent Dashboard with Zero-Config Cloudflare Tunnel for Mobile Control",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --forceExit",
"test:coverage": "jest --forceExit --coverage",
"lint": "eslint src/ index.js",
"lint:fix": "eslint src/ index.js --fix",
"format": "prettier --write src/ index.js"
},
"dependencies": {
"cookie-parser": "^1.4.7",
"dotenv": "^17.3.1",
"express": "^4.19.2",
"qrcode-terminal": "^0.12.0",
"ws": "^8.16.0"
},
"devDependencies": {
"@octokit/rest": "^22.0.1",
"eslint": "^8.57.1",
"google-translate-api-x": "^10.7.2",
"jest": "^29.7.0",
"prettier": "^3.0.0",
"semver": "^7.7.4",
"supertest": "^7.0.0"
}
}