{
    "name": "@hpcc-js/observable-shim",
    "version": "2.1.4",
    "description": "hpcc-js - Observable Shim",
    "main": "dist/index.es6.js",
    "module": "lib-es6/index",
    "types": "types/index.d.ts",
    "typesVersions": {
        "<3.8": {
            "*": [
                "types-3.4/index.d.ts"
            ]
        }
    },
    "files": [
        "dist/*",
        "lib-es6/*",
        "types/*",
        "types-3.4/*",
        "src/*"
    ],
    "scripts": {
        "clean": "rimraf lib* types dist *.tsbuildinfo",
        "compile-es6": "tsc --module es2020 --outDir ./lib-es6",
        "compile-es6-watch": "npm run compile-es6 -- -w",
        "bundle": "rollup -c",
        "bundle-watch": "npm run bundle -- -w",
        "build": "npm run compile-es6 && npm run bundle",
        "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
        "lint": "eslint ./src",
        "update": "npx npm-check-updates -u -t minor"
    },
    "devDependencies": {
        "@hpcc-js/bundle": "^2.11.1",
        "@observablehq/inspector": "3.2.4",
        "@observablehq/parser": "6.0.0",
        "@observablehq/runtime": "4.18.7",
        "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"
}
