{
  "name": "@arkstack/view",
  "version": "0.18.8",
  "type": "module",
  "description": "View module for Arkstack, providing template rendering and view integration utilities.",
  "homepage": "https://arkstack.toneflix.net/guide/views",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arkstack-hq/arkstack.git",
    "directory": "packages/view"
  },
  "publishConfig": {
    "access": "public"
  },
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./MakeViewCommand": "./dist/commands/MakeViewCommand.js",
    "./setup": "./dist/setup.js",
    "./package.json": "./package.json"
  },
  "keywords": [
    "view",
    "views",
    "templates",
    "edge",
    "edge.js",
    "arkstack"
  ],
  "files": [
    "dist",
    "stubs",
    "resources"
  ],
  "dependencies": {
    "edge.js": "^6.5.0",
    "@arkstack/contract": "^0.18.8"
  },
  "peerDependencies": {
    "@h3ravel/musket": "^2.2.13",
    "clear-router": "^2.9.3",
    "@arkstack/common": "^0.18.8",
    "@arkstack/foundry": "^0.18.8"
  },
  "peerDependenciesMeta": {
    "@h3ravel/musket": {
      "optional": true
    },
    "clear-router": {
      "optional": true
    }
  },
  "scripts": {
    "build": "tsdown --config-loader unrun",
    "test": "vitest",
    "version:patch": "pnpm version patch"
  }
}