{
  "name": "@shortwind/catalog",
  "version": "0.1.0-beta.19",
  "description": "The Shortwind recipe catalog — built, versioned recipe files the CLI installs from.",
  "type": "module",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@shortwind/core": "0.1.0-beta.19"
  },
  "devDependencies": {
    "tsx": "^4.21.0"
  },
  "publishConfig": {
    "access": "public",
    "tag": "beta"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raymond-UI/shortwind.git",
    "directory": "packages/registry"
  },
  "homepage": "https://shortwind.dev",
  "bugs": {
    "url": "https://github.com/raymond-UI/shortwind/issues"
  },
  "scripts": {
    "build": "tsx build.ts",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}