{
    "name": "@hpcc-js/common",
    "version": "2.73.6",
    "description": "hpcc-js - Viz Common",
    "main": "dist/index.js",
    "module": "dist/index.es6",
    "unpkg": "dist/index.min.js",
    "jsdelivr": "dist/index.min.js",
    "types": "types/index.d.ts",
    "typesVersions": {
        "<3.8": {
            "*": [
                "types-3.4/index.d.ts"
            ]
        }
    },
    "files": [
        "dist/*",
        "types/*",
        "types-3.4/*",
        "src/*",
        "font-awesome/**/*"
    ],
    "scripts": {
        "clean": "rimraf --glob lib* types dist *.tsbuildinfo",
        "copy-resources": "cpx \"../../node_modules/font-awesome/fonts/*\" \"./font-awesome/fonts\" && cpx \"../../node_modules/font-awesome/css/*\" \"./font-awesome/css\"",
        "compile-es6": "tsc --module es6 --outDir ./lib-es6",
        "compile-es6-watch": "npm run compile-es6 -- -w",
        "compile-umd": "tsc --module umd --outDir ./lib-umd",
        "compile-umd-watch": "npm run compile-umd -- -w",
        "bundle": "rollup -c",
        "bundle-watch": "npm run bundle -- -w",
        "minimize": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
        "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
        "build": "npm run compile-es6 && npm run copy-resources && npm run bundle",
        "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
        "stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
        "lint": "eslint ./src",
        "docs": "typedoc --options tdoptions.json .",
        "update": "npx --yes npm-check-updates -u -t minor"
    },
    "dependencies": {
        "@hpcc-js/util": "^2.53.2",
        "@types/d3-array": "1.2.12",
        "@types/d3-brush": "1.1.8",
        "@types/d3-collection": "1.0.13",
        "@types/d3-color": "1.4.5",
        "@types/d3-dispatch": "1.0.12",
        "@types/d3-drag": "1.2.8",
        "@types/d3-dsv": "1.2.8",
        "@types/d3-ease": "1.0.13",
        "@types/d3-format": "1.4.5",
        "@types/d3-interpolate": "1.4.5",
        "@types/d3-scale": "1.0.22",
        "@types/d3-selection": "1.4.7",
        "@types/d3-time-format": "2.3.4",
        "@types/d3-transition": "1.3.6",
        "@types/d3-zoom": "1.8.7"
    },
    "devDependencies": {
        "@hpcc-js/bundle": "^2.12.0",
        "colorbrewer": "1.7.0",
        "d3-array": "^1",
        "d3-brush": "^1",
        "d3-collection": "^1",
        "d3-color": "3.1.0",
        "d3-dispatch": "^1",
        "d3-drag": "^1",
        "d3-dsv": "^1",
        "d3-ease": "^1",
        "d3-format": "^1",
        "d3-interpolate": "^1",
        "d3-path": "^1",
        "d3-scale": "^1",
        "d3-selection": "^1",
        "d3-time-format": "^2",
        "d3-transition": "^1",
        "d3-zoom": "^1",
        "font-awesome": "4.7.0",
        "tslib": "2.8.1"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hpcc-systems/Visualization.git"
    },
    "author": "Gordon Smith <gordonjsmith@gmail.com>",
    "contributors": [],
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/hpcc-systems/Visualization/issues"
    },
    "homepage": "https://github.com/hpcc-systems/Visualization",
    "gitHead": "ebde5b1745b78042d4a1fa812f54ac960d228811"
}
