{ "name": "@polyweave/greenshades-native", "version": "0.1.0", "description": "Native N-API bindings for the Greenshades execution backend", "main": "index.js", "type": "commonjs", "os": ["linux"], "cpu": ["x64", "arm64"], "files": [ "index.js", "prebuilds/" ], "keywords": [ "greenshades", "sandbox", "seccomp", "native", "napi", "zig" ], "author": "John Dvorak ", "license": "MIT", "engines": { "node": ">=18.0.0" } }