-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 732 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 732 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
31
32
33
34
35
36
37
{
"name": "@ddc-node/ddc-node-linux-arm64-gnu",
"version": "1.0.3",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"main": "ddc-node.linux-arm64-gnu.node",
"files": [
"ddc-node.linux-arm64-gnu.node"
],
"description": "A high-level DDC/CI library for Node written in Rust for efficient and fast control of hardware",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"DDC/CI",
"DDC"
],
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "git@github.com:ThalusA/ddc-node.git"
}