{
  "name": "jsharmony-cms-sdk-next",
  "version": "1.2.23",
  "description": "jsHarmony CMS SDK for Next.js",
  "main": "bundles/jsHarmonyCmsSdkNext.umd.js",
  "module": "fesm2015/jsHarmonyCmsSdkNext.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/apHarmony/jsharmony-cms-sdk-next"
  },
  "keywords": [
    "jsHarmony",
    "CMS",
    "content",
    "SDK",
    "JavaScript",
    "JS",
    "Next",
    "Next.js"
  ],
  "author": "apHarmony <contact@apharmony.com> (http://www.apharmony.com/)",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/apHarmony/jsharmony-cms-sdk-next/issues"
  },
  "homepage": "https://github.com/apHarmony/jsharmony-cms-sdk-next",
  "typings": "jsHarmonyCmsSdkNext.d.ts",
  "peerDependencies": {
    "next": ">=14.x.x",
    "react": ">=18.x.x"
  }
}