57e26fb22f
Release 0.6.7 — ships the B12 DeMark indicators (474 total). Version-string bump only: Cargo workspace + wickra-core dep, Python pyproject, Node package.json (+6 platform packages), both package-lock files, Cargo.lock, and CHANGELOG.
25 lines
557 B
JSON
25 lines
557 B
JSON
{
|
|
"name": "wickra-darwin-x64",
|
|
"version": "0.6.7",
|
|
"description": "Native binding for wickra (macOS Intel). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
"main": "wickra.darwin-x64.node",
|
|
"files": [
|
|
"wickra.darwin-x64.node"
|
|
],
|
|
"license": "MIT OR Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wickra-lib/wickra"
|
|
},
|
|
"homepage": "https://github.com/wickra-lib/wickra"
|
|
}
|