UNPKG

@react-stockcharts3/indicators

Version:

Indicators for react-stockcharts3

50 lines (49 loc) 1.26 kB
{ "name": "@react-stockcharts3/indicators", "version": "1.2.3", "description": "Indicators for react-stockcharts3", "publishConfig": { "access": "public" }, "main": "./lib/index.js", "typings": "./lib/index.d.ts", "files": [ "lib", "src" ], "sideEffects": false, "author": "Reactive Markets", "keywords": [ "charts", "charting", "stockcharts", "finance", "financial", "finance-chart", "react", "d3" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fernesrou/react-stockcharts3.git" }, "bugs": { "url": "https://github.com/fernesrou/react-stockcharts3/issues" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rimraf lib", "compile": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "dependencies": { "d3-array": "^2.9.1", "d3-scale": "^4.0.2" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "gitHead": "4fd534f4d39d7d8882d4b09106e3607452437fb2" }