{ "name": "@fluxer/linux-screen-capture", "version": "0.0.0", "description": "", "private": true, "license": "AGPL-3.0-or-later", "os": [ "linux" ], "cpu": [ "x64", "arm64" ], "main": "index.js", "types": "index.d.ts", "files": [ "index.js", "index.d.ts", "loader-diagnostics.cjs", "THIRD_PARTY_OBS_VKCAPTURE.md", "obs-vkcapture/**/*", "linux-screen-capture.linux-x64-gnu.node", "linux-screen-capture.linux-arm64-gnu.node" ], "scripts": { "build": "cargo run --locked --quiet --manifest-path ../../../tools/ci/Cargo.toml -- build-desktop-native-addon", "test": "cargo test --manifest-path Cargo.toml && node --test index.test.mjs", "test:loader": "node --test index.test.mjs" } }