UNPKG

@4ex/indicators

Version:

Technical indicators for ohlc charts written in TypeScript

65 lines (64 loc) 1.73 kB
{ "name": "@4ex/indicators", "version": "0.0.3", "description": "Technical indicators for ohlc charts written in TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "lint": "eslint . --ext .ts", "test": "jest", "build": "tsc", "docs": "typedoc", "prerelease": "run-s lint test", "release": "standard-version", "release:minor": "standard-version --release-as minor", "release:patch": "standard-version --release-as patch", "release:major": "standard-version --release-as major", "publish:npm": "npm publish", "publish": "run-s build publish:npm" }, "repository": { "type": "git", "url": "git+https://github.com/devballo/4ex-indicators.git" }, "keywords": [ "forex", "trading", "chart", "analysis", "typescript", "indicators", "technical" ], "author": "Mattia Ballo", "license": "MIT", "bugs": { "url": "https://github.com/devballo/4ex-indicators/issues" }, "homepage": "https://github.com/devballo/4ex-indicators#readme", "devDependencies": { "@commitlint/cli": "^12.1.1", "@commitlint/config-conventional": "^12.1.1", "@types/jest": "^26.0.23", "@types/lodash": "^4.14.168", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.25.0", "eslint-config-google": "^0.14.0", "husky": "^6.0.0", "jest": "^26.6.3", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "standard-version": "^9.3.0", "ts-jest": "^26.5.5", "typedoc": "^0.20.36", "typescript": "^4.2.4" }, "dependencies": { "lodash": "^4.17.21", "technicalindicators": "^3.1.0" } }