Files
wickra/bindings/node/npm/darwin-arm64/package.json
T

25 lines
576 B
JSON
Raw Normal View History

{
"name": "wickra-darwin-arm64",
"version": "0.1.4",
"description": "Native binding for wickra (macOS Apple Silicon). Installed automatically as an optional dependency of wickra on matching platforms.",
"main": "wickra.darwin-arm64.node",
"files": [
"wickra.darwin-arm64.node"
],
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">= 16"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"repository": {
"type": "git",
"url": "https://github.com/kingchenc/wickra"
},
"homepage": "https://github.com/kingchenc/wickra"
}