uplot-vplugins
Version:
Plugins for uPlot, by Venryx.
37 lines (36 loc) • 807 B
JSON
{
"name": "uplot-vplugins",
"description": "Plugins for uPlot, by Venryx.",
"version": "0.0.15",
"author": "Venryx (https://venryx.com)",
"main": "Dist/index.js",
"typings": "Dist/index.d.ts",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Venryx/uplot-vplugins.git"
},
"keywords": [
"uplot",
"charts",
"graphs"
],
"scripts": {
"dev": "tsc --watch",
"dist": "tsc"
},
"peerDependencies": {
"uplot": "^1.0.0"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-vbase": "^1.0.8",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-react": "^7.24.0",
"typescript": "^5.9.2",
"uplot": "^1.6.12"
},
"dependencies": {}
}