{
  "name": "@happyvertical/smrt-template-site-static-json",
  "version": "0.51.10",
  "description": "Static community site template with JSON data storage and SMRT framework",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./template/*": "./template/*"
  },
  "files": [
    "CLAUDE.md",
    "README.md",
    "index.js",
    "template",
    "template.config.js",
    "AGENTS.md"
  ],
  "keywords": [
    "smrt",
    "sveltekit",
    "template",
    "scaffold",
    "community-site",
    "static-site",
    "json"
  ],
  "author": "HappyVertical",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/happyvertical/smrt.git",
    "directory": "packages/template-site-static-json"
  },
  "peerDependencies": {
    "@happyvertical/smrt-core": "0.51.10",
    "@happyvertical/smrt-config": "0.51.10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {}
}