{
  "name": "@happyvertical/smrt-template-sveltekit",
  "version": "0.43.3",
  "description": "Minimal SvelteKit project template with s-m-r-t framework integration",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./template/*": "./template/*"
  },
  "files": [
    "CLAUDE.md",
    "README.md",
    "index.js",
    "template",
    "AGENTS.md"
  ],
  "keywords": [
    "smrt",
    "sveltekit",
    "template",
    "scaffold"
  ],
  "author": "HappyVertical",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/happyvertical/smrt.git",
    "directory": "packages/template-sveltekit"
  },
  "peerDependencies": {
    "@happyvertical/smrt-core": "0.43.3"
  },
  "devDependencies": {
    "vitest": "4.1.10",
    "@happyvertical/smrt-tenancy": "0.43.3",
    "@happyvertical/smrt-users": "0.43.3"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest"
  }
}