Files
John Dvorak b373332e5a
Publish / publish (push) Failing after 50h31m56s
CI / test (push) Failing after 50h32m5s
initial: greenshades native backend v0.1.0 (x86_64-linux prebuild)
2026-07-17 12:28:26 -07:00

27 lines
508 B
JSON

{
"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"
}
}