{
    "name": "@hpcc-js/dgrid-shim",
    "version": "3.1.1",
    "description": "dgrid shim",
    "main": "dist/index.js",
    "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 --glob lib* types dist *.tsbuildinfo",
        "compile-es6": "tsc --module es6 --outDir ./lib-es6",
        "compile-es6-watch": "npm run compile-es6 -- -w",
        "compile-amd": "tsc --module amd --outDir ./lib-amd",
        "compile-cjs": "tsc --module commonjs --outDir ./lib-cjs",
        "compile-cjs-watch": "npm run compile-cjs -- -w",
        "bundle": "webpack",
        "bundle-watch": "npm run bundle -- -w",
        "minimize": "terser dist/index.js -c -m -o dist/index.min.js",
        "gen-legacy-types": "downlevel-dts ./types ./types-3.4",
        "build": "npm run compile-cjs && npm run bundle",
        "watch": "run-p compile-cjs-watch bundle-watch",
        "lint": "eslint ./src",
        "update": "npx --yes npm-check-updates -u -t minor"
    },
    "files": [
        "dist/**/*",
        "types/*"
    ],
    "devDependencies": {
        "@types/dojo": "1.9.48",
        "dgrid": "1.3.3",
        "dijit": "1.17.3",
        "dijit-themes": "1.17.3",
        "dojo": "1.17.3",
        "dojo-dstore": "1.2.1",
        "dojo-util": "1.17.3",
        "dojo-webpack-plugin": "3.0.6",
        "dojox": "1.17.3",
        "terser-webpack-plugin": "5.3.10",
        "webpack": "5.96.1",
        "webpack-cli": "5.1.4",
        "webpack-hasjs-plugin": "1.0.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hpcc-systems/Visualization.git"
    },
    "keywords": [
        "dojo",
        "webpack",
        "dgrid",
        "dstore"
    ],
    "author": "Gordon Smith",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/hpcc-systems/Visualization/issues"
    },
    "homepage": "https://github.com/hpcc-systems/Visualization#readme",
    "gitHead": "ed4453ec6a4a8af9c0beb11b46c7f4365bc0669e"
}
