{
  "name": "@vizhub/viz-utils",
  "version": "1.1.0",
  "description": "Utility functions for use across VizHub packages.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "vite build && tsc --emitDeclarationOnly",
    "prettier": "prettier {*.*,**/*.*} --write",
    "prepublishOnly": "npm run build",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "upgrade": "ncu -u"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/vizhub-core/viz-utils.git"
  },
  "keywords": [
    "Viz"
  ],
  "author": "Curran Kelleher",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vizhub-core/viz-utils/issues"
  },
  "homepage": "https://github.com/vizhub-core/viz-utils#readme",
  "dependencies": {
    "@vizhub/viz-types": "^0.1.0"
  },
  "devDependencies": {
    "npm-check-updates": "^17.1.16",
    "prettier": "^3.5.3",
    "vite": "^6.2.5",
    "vitest": "^3.1.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ]
}
