{
  "name": "@poveste/shared",
  "type": "module",
  "version": "0.15.0",
  "description": "Shared utilities for Poveste",
  "author": {
    "name": "Sorin Gitlan",
    "url": "https://x.com/50rayn"
  },
  "license": "MIT",
  "homepage": "https://poveste.dev",
  "repository": {
    "url": "https://github.com/poveste-dev/poveste.git",
    "type": "git",
    "directory": "packages/poveste-shared"
  },
  "bugs": "https://github.com/poveste-dev/poveste/issues",
  "keywords": [
    "poveste"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./*": "./*"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  },
  "peerDependencies": {
    "vite": "^8.0.0"
  },
  "dependencies": {
    "@poveste/vendors": "^0.15.0",
    "@types/fs-extra": "^11.0.4",
    "chokidar": "^5.0.0",
    "markdown-it": "^15.0.2",
    "pathe": "^2.0.3",
    "picocolors": "^1.1.1",
    "unhead": "^3.1.0"
  },
  "devDependencies": {
    "typescript": "6.0.3",
    "vite": "^8.2.0",
    "vitest": "^5.0.0"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "watch": "tsc -w --sourceMap",
    "test": "vitest run",
    "test:dev": "vitest"
  }
}