{
    "name": "timechart",
    "version": "0.5.2",
    "description": "An chart library specialized for large-scale time-series data, built on WebGL.",
    "repository": {
        "url": "https://github.com/huww98/TimeChart.git",
        "type": "git"
    },
    "main": "dist/timechart.umd.js",
    "module": "dist/lib/index.js",
    "types": "dist/types/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "demo": "http-server -c1 -o /demo/index.html",
        "build": "tsc --outDir dist/lib --declarationDir dist/types --declaration true && rollup -c",
        "start": "rollup -c -w",
        "test": "jest",
        "prepare": "npm run build"
    },
    "author": "huww98 <huww98@outlook.com>",
    "license": "MIT",
    "dependencies": {
        "d3-axis": "^2.0.0",
        "d3-color": "^2.0.0",
        "d3-scale": "^3.2.3",
        "d3-selection": "^2.0.0",
        "gl-matrix": "^3.3.0",
        "tslib": "^2.0.3"
    },
    "devDependencies": {
        "@rollup/plugin-commonjs": "^15.1.0",
        "@rollup/plugin-node-resolve": "^9.0.0",
        "@rollup/plugin-typescript": "^6.0.0",
        "@types/d3-axis": "^2.0.0",
        "@types/d3-color": "^2.0.0",
        "@types/d3-scale": "^3.2.0",
        "@types/d3-selection": "^2.0.0",
        "@types/jest": "^26.0.15",
        "http-server": "^0.12.3",
        "jest": "^26.6.1",
        "rollup": "^2.32.1",
        "rollup-plugin-terser": "^7.0.2",
        "ts-jest": "^26.4.2",
        "typescript": "^4.0.3"
    }
}
