shbrw
Version:
A headless CLI browser made for taking screenshots
62 lines (61 loc) • 1.67 kB
JSON
{
"name": "shbrw",
"description": "A headless CLI browser made for taking screenshots",
"version": "1.3.0",
"main": "dist/api.js",
"bin": {
"shbrw": "dist/main.js"
},
"author": {
"name": "Jonas F. Franke <@binary-blazer>",
"email": "me@binaryblazer.me",
"url": "https://binaryblazer.me"
},
"keywords": [
"cli",
"screenshot",
"shbrw",
"screencapture",
"browser",
"frameless",
"headless"
],
"files": [
"dist",
"assets",
"README.md",
"dist/api.js"
],
"license": "Apache-2.0",
"engines": {
"node": ">=16.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binary-blazer/shbrw.git"
},
"homepage": "https://github.com/binary-blazer/shbrw#readme",
"bugs": {
"url": "https://github.com/binary-blazer/shbrw/issues"
},
"scripts": {
"build": "tsc",
"start": "electron .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"scripts:update-version": "bun scripts/updateVersion.js",
"scripts:upv": "bun scripts/updateVersion.js",
"upv": "bun scripts/updateVersion.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"electron": "^35.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.33",
"prettier": "^3.4.2",
"prompt-sync": "^4.2.0",
"typescript": "^5.7.3"
}
}