-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 767 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": "browsershield",
"version": "1.0.0",
"description": "Real browser security monitoring application - reads actual browser data",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"postinstall": "node scripts/autostart.js",
"autostart": "node scripts/autostart.js",
"uninstall-autostart": "node scripts/autostart.js --uninstall",
"install-extension": "node scripts/install-extension.js"
},
"keywords": [
"browser",
"security",
"monitoring",
"history",
"bookmarks"
],
"license": "MIT",
"dependencies": {
"better-sqlite3": "^11.0.0",
"chokidar": "^3.6.0",
"express": "^4.18.2",
"open": "^10.1.0",
"plist": "^3.1.0",
"ws": "^8.16.0"
}
}