UNPKG

talib-web

Version:

TA-Lib C code ported to WebAssembly

48 lines (47 loc) 1.05 kB
{ "name": "talib-web", "version": "0.1.3", "description": "TA-Lib C code ported to WebAssembly", "license": "BSD-3-Clause", "repository": { "type": "git", "url": "https://github.com/ancheGT/talib-web.git" }, "bugs": "https://github.com/ancheGT/talib-web/issues", "homepage": "https://ancheGT.github.io/talib-web/", "author": "ancheGT", "main": "./lib/index.cjs.js", "module": "./lib/index.esm.js", "unpkg": "./lib/index.umd.js", "types": "./lib/index.d.ts", "devDependencies": { "gh-pages": "^3.1.0", "prettier": "^2.2.1", "typedoc": "^0.19.2", "typescript": "^4.1.2" }, "scripts": { "build": "make", "gh-pages": "gh-pages -d docs -t" }, "keywords": [ "talib", "ta-lib", "browser", "wasm", "webassembly", "emscripten", "technical", "analysis", "technical analysis", "quant", "quantitative", "finance", "stocks" ], "files": [ "lib/*", "LICENSE", "README.md" ] }