UNPKG

dpchart

Version:

Create your graph based of eCharts

58 lines 1.28 kB
{ "name": "dpchart", "version": "2.5.0", "description": "Create your graph based of eCharts", "homepage": "https://github.com/passariello", "copyright": "Dario Passariello", "license": "MIT", "target": "web", "main": "./index.js", "author": "Dario Passariello", "contributors": [ { "name": "Dario Passariello", "email": "dariopassariello@gamil.com" }, { "name": "Valeria Cala' Scaglitta", "email": "valeriacalascaglitta@gamil.com" } ], "support": { "name": "Dario Passariello", "url": "https://github.com/passariello", "email": "dariopassariello@gmail.com", "info": "dariopassariello@gmail.com" }, "keywords": [ "charts", "line", "bar", "passariello", "dpchart" ], "funding": [ { "type": "patreon", "url": "https://www.patreon.com/passariello" } ], "extends": "./tsconfig.json", "types": "./index.d.ts", "typings": "./types/*", "typing": [ "types/*" ], "browser": { "crypto": false }, "scripts": { "build": "node esbuild.js", "watch": "node esbuild.js --watch", "npm:publish": "npm run build && cd dist && ls -al && npm publish" }, "dependencies": { "echarts": "6.0.0", "echarts-stat": "1.2.0" } }