{
    "name": "@hpcc-js/observablehq-compiler",
    "version": "3.8.2",
    "description": "hpcc-js - ObservableHQ Compiler (unoffical)",
    "type": "module",
    "main": "./dist/index.js",
    "module": "./dist/index.js",
    "exports": {
        ".": {
            "types": "./types/index.d.ts",
            "node": {
                "import": "./dist/node/index.js",
                "require": "./dist/node/index.cjs"
            },
            "import": "./dist/index.js",
            "default": "./dist/index.js"
        },
        "./runtime": {
            "types": "./types/kit/runtime.d.ts",
            "import": "./dist/runtime.js",
            "default": "./dist/runtime.js"
        },
        "./node": {
            "types": "./types/index.node.d.ts",
            "import": "./dist/node/index.js",
            "require": "./dist/node/index.cjs",
            "default": "./dist/node/index.js"
        },
        "./dist/*": "./dist/*"
    },
    "types": "./types/index.d.ts",
    "files": [
        "bin/*",
        "dist/*",
        "src/*",
        "types/*"
    ],
    "bin": {
        "ojscc": "bin/ojscc.mjs"
    },
    "scripts": {
        "clean": "rimraf --glob lib* types types-3.4 dist dist-test *.tsbuildinfo .turbo",
        "bundle-node": "node ./esbuild.js",
        "bundle-browser": "vite build",
        "bundle": "run-s bundle-browser bundle-node",
        "bundle-watch": "vite build --watch",
        "bundle-serve": "vite --port 5514",
        "bundle-preview": "vite preview --outDir /",
        "gen-types": "tsgo --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-node": "vitest run --project node",
        "test-both": "vitest run",
        "test-bin": "node ./bin/ojscc.mjs --version",
        "test": "run-s test-both test-bin",
        "coverage": "vitest run --coverage",
        "update": "npx --yes npm-check-updates -u -t minor",
        "update-major": "npx --yes npm-check-updates -u"
    },
    "dependencies": {
        "jsdom": "29.1.1",
        "yargs": "18.0.0"
    },
    "devDependencies": {
        "@hpcc-js/esbuild-plugins": "^1.9.2",
        "@observablehq/inspector": "5.0.1",
        "@observablehq/notebook-kit": "1.9.1",
        "@observablehq/parser": "6.1.0",
        "@observablehq/runtime": "6.0.0",
        "@observablehq/stdlib": "5.8.8",
        "@types/jsdom": "28.0.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hpcc-systems/Visualization.git"
    },
    "keywords": [
        "observablehq",
        "markdown",
        "observable",
        "compiler",
        "interpreter",
        "renderer"
    ],
    "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/tree/main/packages/observablehq-compiler",
    "gitHead": "9d31241482c78decca86e3bf624244ce5b40f3d6"
}
