{
  "name": "@observablehq/notebook-kit",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/observablehq/notebook-kit.git"
  },
  "version": "2.1.8",
  "type": "module",
  "scripts": {
    "test": "TZ=America/Los_Angeles vitest",
    "prepublishOnly": "rm -rf dist && tsc && chmod +x dist/bin/*.js && cp -r src/styles src/templates dist/src && cp src/runtime/stdlib/*.css dist/src/runtime/stdlib",
    "lint": "tsc --noEmit && eslint bin src types",
    "notebooks": "tsx bin/notebooks.ts",
    "download": "tsx bin/notebooks.ts download",
    "docs:preview": "tsx --watch bin/notebooks.ts preview --base /notebook-kit/ --root docs --template docs/observable.tmpl",
    "docs:build": "tsx bin/notebooks.ts build --root docs --template docs/observable.tmpl -- $(find docs -path 'docs/.observable' -prune -o -name '*.html' -print)"
  },
  "bin": {
    "notebooks": "dist/bin/notebooks.js"
  },
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    },
    "./databases": {
      "types": "./dist/src/databases/index.d.ts",
      "import": "./dist/src/databases/index.js"
    },
    "./runtime": {
      "types": "./dist/src/runtime/index.d.ts",
      "import": "./dist/src/runtime/index.js"
    },
    "./vite": {
      "types": "./dist/src/vite/index.d.ts",
      "import": "./dist/src/vite/index.js"
    },
    "./*.css": "./dist/src/styles/*.css"
  },
  "dependencies": {
    "@fontsource-variable/inter": "^5.2.8",
    "@fontsource-variable/source-serif-4": "^5.2.9",
    "@fontsource-variable/spline-sans-mono": "^5.2.8",
    "@lezer/common": "^1.5.2",
    "@lezer/css": "^1.3.3",
    "@lezer/highlight": "^1.2.3",
    "@lezer/html": "^1.3.13",
    "@lezer/javascript": "^1.5.4",
    "@lezer/markdown": "^1.6.3",
    "@lezer/python": "^1.1.18",
    "@observablehq/inspector": "^5.0.1",
    "@observablehq/parser": "^6.1.0",
    "@observablehq/runtime": "^6.0.0",
    "@sindresorhus/slugify": "^2.2.1",
    "acorn": "^8.16.0",
    "acorn-walk": "^8.3.5",
    "jsdom": "^26.1.0",
    "markdown-it": "^14.1.1",
    "markdown-it-anchor": "^9.2.0",
    "typescript": "^5.9.3",
    "vite": "^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@databricks/sql": "^1.14.0",
    "@duckdb/node-api": "1.3.2-alpha.26",
    "@eslint/js": "^9.39.4",
    "@google-cloud/bigquery": "^8.3.1",
    "@types/jsdom": "^21.1.7",
    "@types/markdown-it": "^14.1.2",
    "bun-types": "^1.3.14",
    "eslint": "^9.39.4",
    "exceljs": "^4.4.0",
    "globals": "^16.5.0",
    "htl": "^1.0.0",
    "jszip": "^3.10.1",
    "postgres": "^3.4.9",
    "snowflake-sdk": "^2.4.2",
    "tsx": "^4.22.3",
    "typescript-eslint": "^8.59.4",
    "vitest": "^4.1.7"
  },
  "peerDependencies": {
    "@databricks/sql": "^1.14.0",
    "@duckdb/node-api": "^1.3.2-alpha.26",
    "@google-cloud/bigquery": "^8.3.0",
    "postgres": "^3.4.9",
    "snowflake-sdk": "^2.4.0"
  },
  "peerDependenciesMeta": {
    "@databricks/sql": {
      "optional": true
    },
    "@duckdb/node-api": {
      "optional": true
    },
    "@google-cloud/bigquery": {
      "optional": true
    },
    "postgres": {
      "optional": true
    },
    "snowflake-sdk": {
      "optional": true
    }
  }
}
