21 lines
310 B
JSON
21 lines
310 B
JSON
{
|
|
"name": "backend-rs-linux-arm64-gnu",
|
|
"version": "0.0.0",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "backend-rs.linux-arm64-gnu.node",
|
|
"files": [
|
|
"backend-rs.linux-arm64-gnu.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"libc": [
|
|
"glibc"
|
|
]
|
|
}
|