Version bump for 0.4.5: ships Anchored RSI, Volume Profile, TPO Profile and the Alt-Chart Bars family (Renko/Kagi/Point & Figure). Indicator count 289 -> 295.
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
|
"name": "wickra-win32-arm64-msvc",
|
|
"version": "0.4.5",
|
|
"description": "Native binding for wickra (Windows arm64 MSVC). Installed automatically as an optional dependency of wickra on matching platforms.",
|
|
"main": "wickra.win32-arm64-msvc.node",
|
|
"files": [
|
|
"wickra.win32-arm64-msvc.node"
|
|
],
|
|
"license": "LicenseRef-Wickra-Noncommercial-1.0.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wickra-lib/wickra"
|
|
},
|
|
"homepage": "https://github.com/wickra-lib/wickra"
|
|
}
|