{
  "name": "@jahia/javascript-modules-library",
  "version": "1.2.0",
  "homepage": "https://github.com/Jahia/javascript-modules/tree/main/javascript-modules-library#readme",
  "bugs": {
    "url": "https://github.com/Jahia/javascript-modules/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jahia/javascript-modules.git",
    "directory": "javascript-modules-library"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && node post-build.js && yarn pack --out dist/package.tgz && publint",
    "clean": "rm -rf dist",
    "lint": "yarn run --top-level lint"
  },
  "devDependencies": {
    "@0no-co/graphql.web": "^1.2.0",
    "@graphql-typed-document-node/core": "^3.2.0",
    "@types/react": "^19.2.7",
    "devalue": "^5.6.1",
    "graphql": "^16.12.0",
    "i18next": "^25.7.3",
    "publint": "^0.3.16",
    "react-i18next": "^16.5.0",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@graphql-typed-document-node/core": "^3.2.0",
    "graphql": "*",
    "i18next": "^25.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-i18next": "^15.4.0 || ^16.0.0"
  },
  "peerDependenciesMeta": {
    "@graphql-typed-document-node/core": {
      "optional": true
    },
    "graphql": {
      "optional": true
    },
    "i18next": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "react-i18next": {
      "optional": true
    }
  }
}