forked from hyperlight-dev/hyperlight-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 670 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@hyperlight-dev/js-host-api-linux-x64-gnu",
"version": "0.3.1",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "js-host-api.linux-x64-gnu.node",
"files": [
"js-host-api.linux-x64-gnu.node"
],
"description": "Node.js API bindings for Hyperlight JS - Linux x64 gnu",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperlight-dev/hyperlight-js.git"
},
"homepage": "https://github.com/hyperlight-dev/hyperlight-js#readme",
"bugs": {
"url": "https://github.com/hyperlight-dev/hyperlight-js/issues"
},
"engines": {
"node": ">= 18"
},
"libc": [
"glibc"
]
}