{
  "name": "@freshvibe/cms",
  "version": "0.8.0",
  "description": "FreshVibe CMS — the v0.8.0 — full CMS admin in chrome, content-types from per-site store, widgets from gallery module-based overlay CMS. Source of truth for any consuming site (fvcms-web, fv-gallery-ui, etc).",
  "main": "bootstrap.js",
  "module": "bootstrap.js",
  "type": "module",
  "exports": {
    ".": "./bootstrap.js",
    "./app-fragments/*": "./app-fragments/*",
    "./modules/*": "./modules/*",
    "./runtime/*": "./runtime/*",
    "./skins/*": "./skins/*",
    "./version": "./FV-CMS-VERSION.txt"
  },
  "files": [
    "bootstrap.js",
    "annotation.json",
    "FV-CMS-VERSION.txt",
    "FV-CMS-MANIFEST.json",
    "app-fragments/",
    "modules/",
    "runtime/",
    "skins/",
    "schemas/"
  ],
  "scripts": {
    "test": "node tests/smoke.mjs",
    "build": "echo 'No build step — source is the artifact'",
    "release": "node scripts/bump-version.mjs"
  },
  "keywords": [
    "freshvibe",
    "fwv",
    "cms",
    "module-based",
    "overlay"
  ],
  "author": "Mavis (FreshVibe)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avidtech6/freshvibe-cms.git"
  },
  "vendored-marker": "/* FV-CMS-VENDORED v0.4.0 — DO NOT EDIT IN PLACE. Source: github.com/avidtech6/freshvibe-cms. To update, run: fvcms-update */",
  "dependencies": {
    "acorn": "^8.18.0"
  }
}
