4caaa1db97
Version bump for the C ABI hub release (0.7.4 -> 0.7.5). See #222 + #224.
28 lines
596 B
JSON
28 lines
596 B
JSON
{
|
|
"name": "wickra-linux-x64-gnu",
|
|
"version": "0.7.5",
|
|
"description": "Native binding for wickra (linux x64 GNU). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
"main": "wickra.linux-x64-gnu.node",
|
|
"files": [
|
|
"wickra.linux-x64-gnu.node"
|
|
],
|
|
"license": "MIT OR Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wickra-lib/wickra"
|
|
},
|
|
"homepage": "https://github.com/wickra-lib/wickra"
|
|
}
|