{
    "private": true,
    "name": "@hpcc-js/demo-storyboard",
    "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"
            ]
        }
    },
    "scripts": {
        "clean": "rimraf lib* types dist* *.tsbuildinfo",
        "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",
        "build": "run-s gen-sample compile-umd",
        "watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
        "gen-sample": "node ./util/genSample",
        "gen-sample-watch": "chokidar \"./samples/*.omd\" -c \"npm run gen-sample\"",
        "update": "npx npm-check-updates -u -t minor"
    },
    "dependencies": {
        "@hpcc-js/chart": "^2.78.0",
        "@hpcc-js/codemirror": "^2.59.3",
        "@hpcc-js/common": "^2.68.0",
        "@hpcc-js/comms": "^2.75.0",
        "@hpcc-js/ddl-shim": "^2.19.1",
        "@hpcc-js/dgrid": "^2.31.0",
        "@hpcc-js/eclwatch": "^2.72.10",
        "@hpcc-js/form": "^2.9.3",
        "@hpcc-js/graph": "^2.80.0",
        "@hpcc-js/layout": "^2.47.4",
        "@hpcc-js/map": "^2.75.7",
        "@hpcc-js/marshaller": "^2.24.10",
        "@hpcc-js/observable-md": "^2.52.5",
        "@hpcc-js/other": "^2.14.4",
        "@hpcc-js/phosphor": "^2.15.5",
        "@hpcc-js/util": "^2.47.0"
    },
    "devDependencies": {
        "@hpcc-js/bundle": "^2.10.23",
        "d3-require": "^1",
        "tslib": "2.3.1"
    }
}