UNPKG

@c9up/technical-indicators-napi

Version:

A Rust-based indicator and Charts library compiled to napi.

72 lines 2.06 kB
{ "name": "@c9up/technical-indicators-napi", "version": "0.1.7", "description": "A Rust-based indicator and Charts library compiled to napi.", "main": "index.js", "types": "index.d.ts", "napi": { "name": "technical-indicators-napi", "triples": { "additional": [ "x86_64-unknown-linux-musl" ] } }, "repository": { "type": "git", "url": "git+https://github.com/C9up/technical-indicators-napi.git" }, "keywords": [ "indicator", "kagi", "renko", "chart", "sma", "dmi", "ichimoku", "ema", "rsi", "smi", "trends meter", "bollinger bands", "wasm", "rust" ], "author": "Kaen25 <kaen25@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/C9up/technical-indicators-napi/issues" }, "homepage": "https://github.com/C9up/technical-indicators-napi", "devDependencies": { "@napi-rs/cli": "^2.18.4", "@japa/assert": "^4.0.1", "@japa/expect": "^3.0.3", "@japa/file-system": "^2.3.2", "@japa/runner": "^4.2.0", "@japa/snapshot": "^2.0.8" }, "engines": { "node": ">= 10" }, "scripts": { "artifacts": "napi artifacts", "build": "napi build --platform --release", "build:debug": "napi build --platform", "prepublishOnly": "napi prepublish -t npm", "test": "node tests/test.mjs", "universal": "napi universal", "version": "napi version", "publish:github:patch": "npm version patch && git push --follow-tags", "publish:github:minor": "npm version minor && git push --follow-tags", "publish:github:major": "npm version major && git push --follow-tags", "publish:github:version": "npm version $npm_config_version && git push --follow-tags" }, "packageManager": "npm@9.8.1", "optionalDependencies": { "@c9up/technical-indicators-napi-win32-x64-msvc": "0.1.7", "@c9up/technical-indicators-napi-darwin-x64": "0.1.7", "@c9up/technical-indicators-napi-linux-x64-gnu": "0.1.7", "@c9up/technical-indicators-napi-linux-x64-musl": "0.1.7" } }