-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "samewindow",
"version": "0.2.0",
"description": "A browser shared visibly between a person and an AI agent.",
"homepage": "https://github.com/Yinglianchun/SameWindow",
"repository": {
"type": "git",
"url": "git+https://github.com/Yinglianchun/SameWindow.git"
},
"type": "module",
"scripts": {
"check": "node --check src/social-read.mjs && node --check src/control-server.mjs && node --check src/lifecycle-server.mjs && node --check web/novnc/agent-cursor.js && node --check web/novnc/user-cursor.js && node --check web/novnc/watch-mode.js && node --test tests/*.test.mjs"
},
"dependencies": {
"playwright-core": "1.61.1"
},
"engines": {
"node": ">=20"
},
"license": "SEE LICENSE IN LICENSE"
}