{
    "name": "@hpcc-js/dgrid-shim",
    "version": "3.5.3",
    "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 types-3.4 dist *.tsbuildinfo",
        "compile": "tsc",
        "compile-watch": "npm run compile -- -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 && npm run bundle",
        "watch": "run-p compile-watch bundle-watch",
        "lint": "eslint ./src",
        "update": "npx --yes npm-check-updates -u -t minor"
    },
    "files": [
        "dist/**/*",
        "types/*"
    ],
    "devDependencies": {
        "@types/dojo": "1.9.49",
        "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.14",
        "dojox": "1.17.3",
        "string-replace-loader": "3.3.0",
        "terser-webpack-plugin": "5.6.1",
        "typescript": "5.9.3",
        "webpack": "5.107.2",
        "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": "5ca0d9bcf343ba823fb0c9dc0d9273efb9f5ea83"
}
