Files
ferro-ta/wasm/package.json
T
Pratik Bhadane cf5d7764ba chore: bump version to 1.1.1 and update changelog
- Updated version numbers across Cargo.toml, Cargo.lock, pyproject.toml, and conda/meta.yaml to 1.1.1.
- Added new features and improvements in CHANGELOG.md for version 1.1.1, including full feature parity across Rust, Python, and WASM targets, and numerous new indicator functions in ferro_ta_core.
2026-04-01 23:03:05 +05:30

27 lines
832 B
JSON

{
"name": "ferro-ta-wasm",
"version": "1.1.1",
"description": "WebAssembly bindings for ferro-ta technical analysis indicators",
"main": "pkg/ferro_ta_wasm.js",
"types": "pkg/ferro_ta_wasm.d.ts",
"files": ["pkg"],
"scripts": {
"build": "wasm-pack build --target nodejs --out-dir pkg",
"bench": "node bench.js",
"prepack": "npm run build && node -e \"require('fs').rmSync('pkg/.gitignore', { force: true })\"",
"test": "wasm-pack test --node"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pratikbhadane24/ferro-ta.git",
"directory": "wasm"
},
"homepage": "https://github.com/pratikbhadane24/ferro-ta#readme",
"bugs": "https://github.com/pratikbhadane24/ferro-ta/issues",
"publishConfig": {
"access": "public"
},
"devDependencies": {}
}