{
    "name": "@hpcc-js/dgrid",
    "version": "3.9.6",
    "description": "hpcc-js - Viz DGrid",
    "type": "module",
    "main": "./dist/index.umd.cjs",
    "module": "./dist/index.js",
    "exports": {
        ".": {
            "types": "./types/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.umd.cjs"
        },
        "./dist/*": "./dist/*"
    },
    "browser": "./dist/index.umd.cjs",
    "types": "./types/index.d.ts",
    "files": [
        "dist/*",
        "src/*",
        "types/*"
    ],
    "scripts": {
        "clean": "rimraf --glob lib* types types-3.4 dist *.tsbuildinfo .turbo",
        "bundle": "vite build",
        "bundle-watch": "vite build --watch",
        "bundle-serve": "vite --port 5506",
        "gen-types": "tsc --project tsconfig.json",
        "gen-types-watch": "npm run gen-types -- --watch",
        "build": "run-p gen-types bundle",
        "watch": "run-p gen-types-watch bundle-watch",
        "lint": "eslint ./src",
        "lint-fix": "eslint --fix src/**/*.ts",
        "docs": "typedoc --options tdoptions.json .",
        "test-browser": "vitest run --project browser",
        "test": "vitest run",
        "coverage": "vitest run --coverage",
        "update": "npx --yes npm-check-updates -u -t minor",
        "update-major": "npx --yes npm-check-updates -u"
    },
    "dependencies": {
        "@hpcc-js/common": "^3.9.1",
        "@hpcc-js/dgrid-shim": "^3.5.4",
        "@hpcc-js/util": "^3.6.6"
    },
    "devDependencies": {
        "@hpcc-js/ddl-shim": "^3.4.6",
        "@hpcc-js/esbuild-plugins": "^1.9.6",
        "@testing-library/dom": "10.4.1",
        "d3-format": "^1",
        "d3-selection": "^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",
    "gitHead": "0128487e97c3ca56f55697c40c340de2c5c61ff2"
}
