-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.52 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
50
{
"name": "cybersnapper",
"version": "2.4.1",
"description": "Native cross-platform website screenshot tool and portfolio mockup generator, powered by Qt and Playwright",
"scripts": {
"build:worker": "node worker/build.mjs",
"build:site": "node scripts/build-site.mjs",
"screenshots:sources": "playwright test scripts/capture-cyberbrand-sources.spec.cjs --workers=1 --reporter=line --output=build/playwright-source-capture",
"screenshots:docs": "node scripts/generate-doc-screenshots.mjs",
"test:site": "node scripts/build-site.mjs",
"typecheck:worker": "tsc -p worker/tsconfig.json --noEmit",
"test:worker": "node --test worker/test/*.test.cjs"
},
"keywords": [
"screenshot",
"screenshot-tool",
"website-screenshot",
"screenshot-generator",
"full-page-screenshot",
"batch-screenshot",
"portfolio",
"mockup-generator",
"browser-mockup",
"device-mockup",
"responsive-design",
"desktop-app",
"cross-platform",
"qt",
"playwright"
],
"author": "CYBER BRAND",
"license": "ISC",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/Alex9001/CyberSnapper.git"
},
"homepage": "https://alex9001.github.io/CyberSnapper/",
"bugs": "https://github.com/Alex9001/CyberSnapper/issues",
"dependencies": {
"@ghostery/adblocker": "^2.18.2",
"playwright": "^1.61.1",
"sharp": "^0.35.3"
},
"devDependencies": {
"@types/node": "^24.0.0",
"esbuild": "^0.25.12",
"typescript": "^5.9.0"
}
}