@ltcode/crosshot
Version:
Cross-platform desktop screenshot utility
60 lines (59 loc) • 1.24 kB
JSON
{
"name": "@ltcode/crosshot",
"version": "1.1.5",
"description": "Cross-platform desktop screenshot utility",
"type": "module",
"main": "index.js",
"types": "crosshot.d.ts",
"exports": {
".": {
"import": "./index.js",
"require": "./index.js",
"types": "./crosshot.d.ts",
"default": "./index.js"
}
},
"bin": {
"crosshot": "bin/crosshot"
},
"scripts": {
"test": "node index.js",
"example": "node example.js",
"prepublishOnly": "npm test",
"publish:npm": "npm publish",
"publish:dry": "npm publish --dry-run"
},
"keywords": [
"electron",
"screenshot",
"desktop",
"cross-platform",
"wayland",
"x11",
"windows",
"macos",
"library",
"cli",
"capture",
"screen"
],
"author": "Lucas Tiago <dev@lucastiago.com.br>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ltcodedev/crosshot.git"
},
"homepage": "https://github.com/ltcodedev/crosshot#readme",
"bugs": {
"url": "https://github.com/ltcodedev/crosshot/issues"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"chalk": "^5.5.0"
}
}