{
    "name": "@hpcc-js/react",
    "version": "3.4.15",
    "description": "hpcc-js - Viz React",
    "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 dist *.tsbuildinfo .turbo",
        "bundle": "vite build",
        "bundle-watch": "vite --port 5517",
        "gen-types": "tsc --project tsconfig.json",
        "gen-types-watch": "npm run gen-types -- --watch",
        "build": "run-p gen-types bundle",
        "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.7.5"
    },
    "devDependencies": {
        "@hpcc-js/esbuild-plugins": "^1.8.7",
        "@preact/preset-vite": "2.10.5",
        "preact": "10.29.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": "f8bdd58fc6914054a2313a87bbe1257dc9720545"
}
