{
  "name": "@xplortech/apollo-react",
  "version": "3.1.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "private": false,
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "author": "Xplor Technologies",
  "license": "MIT",
  "homepage": "https://github.com/xplor/apollo#readme",
  "bugs": {
    "url": "https://github.com/xplor/apollo/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xplor/apollo.git",
    "directory": "packages/apollo-react"
  },
  "keywords": [
    "apollo",
    "design-system",
    "web-components",
    "xplor"
  ],
  "engines": {
    "node": ">=18"
  },
  "sideEffects": [
    "*.css"
  ],
  "files": [
    "AGENTS.md",
    "css/",
    "dist/"
  ],
  "scripts": {
    "build": "npm run clean && npm run tsc",
    "clean": "rm -rf dist",
    "test": "node --test __tests__/apollo-react.test.mjs __tests__/apollo-react-css.test.mjs",
    "test:ssr": "node ./__tests__/apollo-react-ssr.test.mjs",
    "tsc": "tsc -p .",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^18.14.1",
    "@types/react": "19.2.18",
    "@types/react-dom": "19.2.4",
    "jest": "^29.7.0",
    "np": "^11.2.0",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "typescript": "^5.5.3"
  },
  "dependencies": {
    "@stencil/react-output-target": "1.6.1",
    "@xplortech/apollo-core": "3.1.0",
    "@xplortech/apollo-icons": "0.5.0"
  },
  "peerDependencies": {
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19",
    "typescript": ">=5"
  },
  "jest": {
    "preset": "ts-jest",
    "setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js",
    "testPathIgnorePatterns": [
      "node_modules",
      "dist"
    ]
  },
  "nx": {
    "tags": [
      "scope:core",
      "type:lib",
      "platform:react"
    ]
  }
}
