{
  "name": "@rettangoli/sites",
  "version": "0.2.0-rc2",
  "description": "Generate static sites using Markdown and YAML. Straightforward, zero-complexity. Complete toolkit for landing pages, blogs, documentation, admin dashboards, and more.git remote add origin git@github.com:yuusoft-org/sitic.git",
  "author": {
    "name": "Luciano Hanyon Wu",
    "email": "han4wluc@yuusoft.com"
  },
  "main": "./src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./cli": "./src/cli/index.js"
  },
  "files": [
    "src",
    "components",
    "templates"
  ],
  "dependencies": {
    "jempl": "^0.2.0-rc1",
    "js-yaml": "^4.1.0",
    "markdown-it": "^14.1.0",
    "yahtml": "^0.0.2-rc1"
  },
  "devDependencies": {
    "memfs": "^4.36.0",
    "puty": "^0.0.4"
  },
  "scripts": {
    "test": "vitest run --reporter=verbose"
  },
  "type": "module",
  "license": "MIT",
  "keywords": [
    "static",
    "site",
    "generator",
    "markdown",
    "yaml",
    "landing",
    "page",
    "blog",
    "documentation",
    "admin",
    "dashboard"
  ],
  "bugs": {
    "url": "https://github.com/yuusoft-org/sitic/issues"
  },
  "homepage": "https://github.com/yuusoft-org/sitic#readme"
}
