initial: greenshades native backend v0.1.0 (x86_64-linux prebuild)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user