Files

27 lines
508 B
JSON
Raw Permalink Normal View History

{
"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 <john@johnsdvorak.com>",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
}