2026-05-21 17:50:45 +02:00
|
|
|
{
|
2026-05-21 20:35:18 +02:00
|
|
|
"name": "wickra",
|
2026-06-13 03:21:33 +02:00
|
|
|
"version": "0.9.0",
|
2026-05-21 17:50:45 +02:00
|
|
|
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
|
2026-05-31 23:22:57 +02:00
|
|
|
"author": "kingchenc <support@wickra.org>",
|
2026-05-21 17:50:45 +02:00
|
|
|
"main": "index.js",
|
|
|
|
|
"types": "index.d.ts",
|
2026-06-03 18:49:39 +02:00
|
|
|
"license": "MIT OR Apache-2.0",
|
2026-05-21 17:50:45 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"trading",
|
|
|
|
|
"indicators",
|
|
|
|
|
"technical-analysis",
|
|
|
|
|
"ta-lib",
|
|
|
|
|
"finance",
|
|
|
|
|
"streaming",
|
|
|
|
|
"rust"
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2026-05-30 12:18:10 +02:00
|
|
|
"url": "https://github.com/wickra-lib/wickra"
|
2026-05-21 17:50:45 +02:00
|
|
|
},
|
2026-05-21 20:35:18 +02:00
|
|
|
"bugs": {
|
2026-05-30 12:18:10 +02:00
|
|
|
"url": "https://github.com/wickra-lib/wickra/issues"
|
2026-05-21 20:35:18 +02:00
|
|
|
},
|
2026-05-30 12:18:10 +02:00
|
|
|
"homepage": "https://github.com/wickra-lib/wickra",
|
2026-05-21 17:50:45 +02:00
|
|
|
"files": [
|
|
|
|
|
"index.js",
|
|
|
|
|
"index.d.ts",
|
|
|
|
|
"npm",
|
|
|
|
|
"*.node"
|
|
|
|
|
],
|
|
|
|
|
"napi": {
|
|
|
|
|
"name": "wickra",
|
|
|
|
|
"triples": {
|
2026-05-21 21:06:42 +02:00
|
|
|
"defaults": false,
|
2026-05-21 17:50:45 +02:00
|
|
|
"additional": [
|
2026-05-21 21:06:42 +02:00
|
|
|
"x86_64-unknown-linux-gnu",
|
2026-05-22 04:17:23 +02:00
|
|
|
"aarch64-unknown-linux-gnu",
|
2026-05-21 21:06:42 +02:00
|
|
|
"x86_64-apple-darwin",
|
2026-05-21 17:50:45 +02:00
|
|
|
"aarch64-apple-darwin",
|
2026-05-24 11:46:49 +02:00
|
|
|
"x86_64-pc-windows-msvc",
|
|
|
|
|
"aarch64-pc-windows-msvc"
|
2026-05-21 17:50:45 +02:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
2026-05-23 10:50:29 +02:00
|
|
|
"node": ">= 18"
|
2026-05-21 17:50:45 +02:00
|
|
|
},
|
2026-05-21 21:13:29 +02:00
|
|
|
"optionalDependencies": {
|
2026-06-13 03:21:33 +02:00
|
|
|
"wickra-linux-x64-gnu": "0.9.0",
|
|
|
|
|
"wickra-linux-arm64-gnu": "0.9.0",
|
|
|
|
|
"wickra-darwin-x64": "0.9.0",
|
|
|
|
|
"wickra-darwin-arm64": "0.9.0",
|
|
|
|
|
"wickra-win32-x64-msvc": "0.9.0",
|
|
|
|
|
"wickra-win32-arm64-msvc": "0.9.0"
|
2026-05-21 21:13:29 +02:00
|
|
|
},
|
2026-05-21 17:50:45 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "napi build --platform --release",
|
|
|
|
|
"build:debug": "napi build --platform",
|
2026-05-21 20:35:18 +02:00
|
|
|
"artifacts": "napi artifacts",
|
|
|
|
|
"universal": "napi universal",
|
|
|
|
|
"version": "napi version",
|
2026-05-31 05:09:26 +02:00
|
|
|
"test": "node --test __tests__/",
|
|
|
|
|
"bench": "node benchmarks/throughput.js"
|
2026-05-21 17:50:45 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-23 00:10:06 +02:00
|
|
|
"@napi-rs/cli": "^2.18.0"
|
2026-05-21 17:50:45 +02:00
|
|
|
}
|
|
|
|
|
}
|