UNPKG

@tradingaction/annotations

Version:
50 lines (49 loc) 1.32 kB
{ "name": "@tradingaction/annotations", "version": "2.0.16", "description": "Annotations for react-financial-charts", "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/reactivemarkets/react-financial-charts.git" }, "bugs": { "url": "https://github.com/reactivemarkets/react-financial-charts/issues" }, "scripts": { "build": "npm run clean && npm run compile", "clean": "rimraf lib", "compile": "tsc -p tsconfig.json", "watch": "tsc -p tsconfig.json --watch --preserveWatchOutput" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "@tradingaction/core": "^2.0.15", "@types/d3-scale": "^3.2.2" }, "gitHead": "f15f3279ca28e2708be06b42a392914eb29eff90" }