{
    "name": "@hpcc-js/bundle",
    "version": "2.11.1",
    "private": true,
    "description": "hpcc-js - bundle",
    "main": "lib-umd/index.js",
    "module": "lib-es6/index.js",
    "types": "types/index.d.ts",
    "typesVersions": {
        "<3.8": {
            "*": [
                "types-3.4/index.d.ts"
            ]
        }
    },
    "files": [
        "types/*",
        "types-3.4/*",
        "lib-es6/*",
        "src/*",
        "dist/*"
    ],
    "directories": {
        "lib": "lib/"
    },
    "scripts": {
        "clean": "rimraf lib* *.tsbuildinfo",
        "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
        "build": "tsc",
        "update": "npx npm-check-updates -u -t minor"
    },
    "devDependencies": {
        "@types/node": "^10",
        "rimraf": "2.7.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"
}
