wickra-verify 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "wickra-verify",
3
+ "version": "0.1.0",
4
+ "description": "Verify any backtest: recompute a claimed backtest report with the deterministic Wickra engine and confirm or refute it. Node bindings powered by Rust.",
5
+ "author": "kingchenc <support@wickra.org>",
6
+ "main": "index.js",
7
+ "types": "index.d.ts",
8
+ "license": "MIT OR Apache-2.0",
9
+ "keywords": [
10
+ "trading",
11
+ "backtest",
12
+ "verify",
13
+ "determinism",
14
+ "reproducibility",
15
+ "rust"
16
+ ],
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/wickra-lib/wickra-verify"
20
+ },
21
+ "bugs": {
22
+ "url": "https://github.com/wickra-lib/wickra-verify/issues"
23
+ },
24
+ "homepage": "https://github.com/wickra-lib/wickra-verify",
25
+ "files": [
26
+ "index.js",
27
+ "index.d.ts",
28
+ "*.node",
29
+ "LICENSE-MIT",
30
+ "LICENSE-APACHE"
31
+ ],
32
+ "napi": {
33
+ "name": "wickra-verify",
34
+ "triples": {
35
+ "defaults": false,
36
+ "additional": [
37
+ "x86_64-unknown-linux-gnu",
38
+ "aarch64-unknown-linux-gnu",
39
+ "x86_64-apple-darwin",
40
+ "aarch64-apple-darwin",
41
+ "x86_64-pc-windows-msvc",
42
+ "aarch64-pc-windows-msvc"
43
+ ]
44
+ }
45
+ },
46
+ "engines": {
47
+ "node": ">= 22"
48
+ },
49
+ "optionalDependencies": {
50
+ "wickra-verify-linux-x64-gnu": "0.1.0",
51
+ "wickra-verify-linux-arm64-gnu": "0.1.0",
52
+ "wickra-verify-darwin-x64": "0.1.0",
53
+ "wickra-verify-darwin-arm64": "0.1.0",
54
+ "wickra-verify-win32-x64-msvc": "0.1.0",
55
+ "wickra-verify-win32-arm64-msvc": "0.1.0"
56
+ },
57
+ "scripts": {
58
+ "build": "napi build --platform --release",
59
+ "build:debug": "napi build --platform",
60
+ "artifacts": "napi artifacts",
61
+ "version": "napi version",
62
+ "test": "node --test"
63
+ },
64
+ "devDependencies": {
65
+ "@napi-rs/cli": "^3.9.0"
66
+ }
67
+ }
Binary file
Binary file
Binary file