UNPKG

@kokoro/ta-math

Version:

Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data

65 lines (64 loc) 1.59 kB
{ "name": "@kokoro/ta-math", "private": false, "version": "1.0.92", "description": "Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data", "main": "dist/ta-math.js", "types": "dist/types/index.d.ts", "module": "dist/ta-math.esm.js", "browser": "dist/ta-math.es5.js", "files": [ "dist" ], "scripts": { "start": "servez -S", "build": "rollup -c && npm run build:clean", "watch": "rollup -cw", "test": "node -r esm ./test/test.js", "wasm": "asc src/index.ts -b dist/ta-math.wasm -O2", "ci": "npm run build && npm run test", "cov": "nyc report --reporter=lcov", "python": "python ./test/expected.py", "build:clean": "find dist -maxdepth 1 -name '*.d.ts' -type f -delete" }, "devDependencies": { "@babel/core": "7.19.6", "@babel/preset-env": "7.19.4", "assemblyscript": "0.21.6", "esm": "3.2.25", "nyc": "15.1.0", "rollup": "3.2.3", "rollup-plugin-babel": "4.4.0", "rollup-plugin-typescript2": "0.34.1", "typescript": "4.8.4", "zora": "5.1.0" }, "babel": { "presets": [ "@babel/preset-env" ] }, "nyc": { "reporter": [ "lcov", "text" ], "include": "**/ta-math**" }, "keywords": [ "technical-indicators", "technical-analysis", "quantitative-finance", "correlation-matrix", "finance" ], "repository": { "type": "git", "url": "git+https://github.com/munrocket/ta-math.git" }, "author": "munrocket", "license": "MIT", "dependencies": { "servez": "^1.14.1" } }