UNPKG

@hurdlegroup/mac-screen-capture-permissions

Version:
80 lines (79 loc) 1.99 kB
{ "name": "@hurdlegroup/mac-screen-capture-permissions", "version": "2.1.4", "description": "Check and request permission to capture the screen", "main": "index.js", "typings": "index.d.ts", "author": { "name": "George Karagkiaouris", "email": "gkaragkiaouris2@gmail.com", "url": "https://gkaragkiaouris.tech" }, "maintainers": [ { "name": "Daniel McAssey", "email": "daniel.mcassey@hurdle.live" } ], "repository": { "type": "git", "url": "https://github.com/hurdlegroup/mac-screen-capture-permissions" }, "license": "MIT", "gypfile": true, "binary": { "napi_versions": [ 3 ] }, "private": false, "bugs": { "url": "https://github.com/hurdlegroup/mac-screen-capture-permissions/issues" }, "homepage": "https://github.com/hurdlegroup/mac-screen-capture-permissions", "scripts": { "start": "electron example.js", "test": "xo && tsd", "build-native": "node-gyp rebuild", "build-native-debug": "node-gyp rebuild --debug", "install": "prebuild-install --runtime napi || node install.js", "install-debug": "prebuild-install --runtime napi || node install-debug.js", "prebuild": "prebuild --all --runtime napi" }, "dependencies": { "execa": "^2.0.4", "macos-version": "^5.2.1", "node-addon-api": "^4.2.0", "prebuild-install": "^7.0.0" }, "devDependencies": { "electron": "^7.1.0", "node-abi": "^2.26.0", "prebuild": "^11.0.0", "tsd": "^0.11.0", "xo": "^0.24.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.2", "@semantic-release/npm": "^8.0.3" }, "keywords": [ "macos", "swift", "screen", "recording", "permission", "permissions", "system", "preferences", "screen recording", "catalina", "electron" ], "engines": { "node": ">=8" }, "publishConfig": { "access": "public" } }