{
  "name": "@photonhealth/sdk",
  "version": "1.3.4",
  "main": "dist/lib.js",
  "scripts": {
    "build": "npx nx run sdk:build",
    "docs": "find src -name \"*.ts\" | xargs npx typedoc --out docs",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.18.9",
    "@babel/preset-env": "^7.18.9",
    "@rollup/plugin-typescript": "^8.3.4",
    "@types/node": "^18.6.3",
    "path": "^0.12.7",
    "rimraf": "^3.0.2",
    "tslib": "^2.4.0",
    "typedoc": "^0.23.10"
  },
  "dependencies": {
    "@apollo/client": "^3.6.9",
    "@auth0/auth0-spa-js": "^2.1.3",
    "@nanostores/react": "^0.4.1",
    "nanostores": "^0.7.4"
  },
  "exports": {
    ".": {
      "import": "./dist/lib.mjs",
      "require": "./dist/lib.js"
    }
  },
  "types": "./dist/lib.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Photon-Health/photon-sdk-js.git"
  },
  "bugs": {
    "url": "https://github.com/Photon-Health/photon-sdk-js/issues"
  },
  "homepage": "https://github.com/Photon-Health/photon-sdk-js#readme",
  "description": "",
  "gitHead": "af370de34a8764638dbdc4bd5092f62db2eefee2"
}
