{
  "name": "@ryhrm-gz/xincodo-lib",
  "version": "0.1.0",
  "description": "Utilities for working with Xincodo body documents.",
  "keywords": [
    "document",
    "rich-text",
    "tanstack-intent",
    "typescript",
    "xincodo"
  ],
  "homepage": "https://github.com/ryhrm-gz/xincodo-lib#readme",
  "bugs": {
    "url": "https://github.com/ryhrm-gz/xincodo-lib/issues"
  },
  "license": "MIT",
  "author": "ryhrm-gz <gyozaoisii@icloud.com>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ryhrm-gz/xincodo-lib.git"
  },
  "files": [
    "dist",
    "skills",
    "!skills/_artifacts"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test",
    "check": "vp check",
    "release": "bash scripts/release.sh",
    "prepublishOnly": "vp run build",
    "prepare": "vp config"
  },
  "dependencies": {
    "valibot": "^1.3.1"
  },
  "devDependencies": {
    "@tanstack/intent": "^0.0.36",
    "@types/node": "^25.5.0",
    "@typescript/native-preview": "7.0.0-dev.20260328.1",
    "bumpp": "^11.0.1",
    "typescript": "^6.0.2",
    "vite-plus": "^0.1.14"
  },
  "packageManager": "pnpm@10.33.2"
}
