UNPKG

chartjs-plugin-cursors

Version:

Chart.js plugin to draw and sync cursor lines

32 lines (31 loc) 802 B
{ "name": "chartjs-plugin-cursors", "description": "Chart.js plugin to draw and sync cursor lines", "version": "2.0.12", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch", "example": "cd example && npm install && npm start", "prepublishOnly": "npm run build" }, "keywords": [ "chart.js", "plugin", "cursor", "chartjs-plugin" ], "author": "Tom Wray", "license": "ISC", "devDependencies": { "@types/chart.js": "^2.9.41", "tslib": "^2.6.2", "typescript": "^4.7.4" }, "dependencies": { "chart.js": "^3.9.1" } }