{
  "name": "@rethink-js/rt-cms-nest",
  "version": "1.0.0",
  "description": "Attribute-driven CMS content nesting and partial page importing for Webflow and modern websites.",
  "keywords": [
    "javascript",
    "rethink-js",
    "cms",
    "webflow",
    "dom",
    "partial-render",
    "html-fetch",
    "content-nesting"
  ],
  "author": "Rethink JS <opensource@rethink-js.org> (https://github.com/Rethink-JS)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rethink-JS/rt-cms-nest.git"
  },
  "bugs": {
    "url": "https://github.com/Rethink-JS/rt-cms-nest/issues"
  },
  "homepage": "https://github.com/Rethink-JS/rt-cms-nest#readme",
  "main": "dist/index.js",
  "unpkg": "dist/index.min.js",
  "jsdelivr": "dist/index.min.js",
  "files": [
    "dist"
  ],
  "sideEffects": true,
  "scripts": {
    "build": "node scripts/build.mjs",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "esbuild": "^0.27.2"
  }
}
