{
  "name": "@younndai/lyt-vault",
  "version": "0.20.26",
  "description": "Lyt vault primitive — CLI verbs to create and manage editor-neutral markdown vaults with a .lyt scaffold.",
  "homepage": "https://linkyourthink.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YounndAI/lyt.git",
    "directory": "packages/lyt-vault"
  },
  "author": {
    "name": "MARLINK TRADING SRL (YounndAI)",
    "url": "https://younndai.com"
  },
  "contributors": [
    {
      "name": "Alexandru Mareș",
      "url": "https://allemaar.com"
    }
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=20.9",
    "npm": ">=10"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "bin": {
    "lyt-vault": "./dist/cli.js"
  },
  "files": [
    "dist",
    "templates",
    "scripts/postinstall.mjs",
    "README.md",
    "LICENSE",
    "NOTICE",
    "CONTRIBUTING.md",
    "SECURITY.md"
  ],
  "lytRelease": {
    "requiredAssets": [
      {
        "path": "./README.md",
        "kind": "file"
      },
      {
        "path": "./LICENSE",
        "kind": "file"
      },
      {
        "path": "./NOTICE",
        "kind": "file"
      },
      {
        "path": "./CONTRIBUTING.md",
        "kind": "file"
      },
      {
        "path": "./SECURITY.md",
        "kind": "file"
      },
      {
        "path": "./dist",
        "kind": "tree"
      },
      {
        "path": "./scripts/postinstall.mjs",
        "kind": "file"
      },
      {
        "path": "./templates",
        "kind": "tree"
      },
      {
        "path": "./dist/help/topics",
        "kind": "tree"
      },
      {
        "path": "./dist/patterns",
        "kind": "tree"
      },
      {
        "path": "./dist/scaffold/defaults",
        "kind": "tree"
      },
      {
        "path": "./dist/install-provider-manifest.json",
        "kind": "file"
      }
    ]
  },
  "scripts": {
    "build": "tsc && node ./scripts/copy-help-topics.mjs && node ./scripts/copy-patterns.mjs && node ./scripts/copy-yon-defaults.mjs && node ./scripts/generate-install-provider-manifest.mjs && node ../../scripts/public-release/stamp-dist-license-headers.mjs",
    "typecheck": "tsc --noEmit && tsc -p tsconfig.test-helpers.json --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:changed": "vitest run --changed",
    "test:related": "vitest run related --",
    "clean": "rimraf --glob dist .turbo *.tsbuildinfo",
    "smoke:dist": "node ./scripts/smoke-built-dist.mjs",
    "postinstall": "node ./scripts/postinstall.mjs",
    "prepack": "npm run clean && npm run build && npm run smoke:dist",
    "prepublishOnly": "node ../../scripts/check-no-vendored-deps.mjs --root ../.. && node ../../scripts/public-release/scan-tarball.mjs lyt-vault"
  },
  "dependencies": {
    "@libsql/client": "^0.15.15",
    "commander": "^12.1.0",
    "libsql": "0.5.29",
    "marked": "^15.0.12",
    "marked-terminal": "^7.3.0",
    "tar": "^7.5.19",
    "uuid": "^11.0.0",
    "zod": "^3.25.76"
  },
  "optionalDependencies": {
    "fastembed": "^2.1.0"
  },
  "devDependencies": {
    "@lyt/typescript-config": "*",
    "@types/node": "^22.10.5",
    "@types/tar": "^6.1.13",
    "rimraf": "*",
    "typescript": "*",
    "vitest": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "lyt",
    "vault",
    "obsidian",
    "markdown",
    "cli",
    "younndai"
  ]
}
