{
  "name": "@histoire/shared",
  "type": "module",
  "version": "1.0.0-beta.1",
  "description": "Shared utilities for Histoire",
  "author": {
    "name": "Guillaume Chau"
  },
  "license": "MIT",
  "repository": {
    "url": "https://github.com/Akryum/histoire.git",
    "type": "git",
    "directory": "packages/histoire-shared"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./*": "./*",
    "./client-node": "./dist/client/server/run.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "peerDependencies": {
    "vite": "^7.3.0"
  },
  "dependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/markdown-it": "^14.1.2",
    "chokidar": "^4.0.1",
    "pathe": "^1.1.2",
    "picocolors": "^1.1.1",
    "@histoire/vendors": "^1.0.0-beta.1"
  },
  "devDependencies": {
    "typescript": "5.6.3",
    "vite": "^7.3.0"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "watch": "tsc -w --sourceMap"
  }
}