@indutny/mac-screen-share
Version:
ScreenCaptureKit bindings for Node.js
39 lines (38 loc) • 939 B
JSON
{
"name": "@indutny/mac-screen-share",
"description": "ScreenCaptureKit bindings for Node.js",
"version": "1.2.0",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"ScreenCaptureKit",
"macos",
"screenshare"
],
"files": [
"index.js",
"index.d.ts",
"binding.gyp",
"addon.mm",
"addon.h",
"README.md"
],
"author": "Fedor Indutny <238531+indutny@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indutny/mac-screen-share/issues"
},
"homepage": "https://github.com/indutny/mac-screen-share#readme",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "*"
},
"scripts": {
"format": "npm run format:js && npm run format:c",
"format:js": "prettier --cache --write .",
"format:c": "xcrun clang-format --style=chromium -Werror --verbose -i *.h *.mm"
},
"devDependencies": {
"prettier": "^3.3.3"
}
}