{
  "name": "@thetechfossil/organization-sdk",
  "version": "1.0.6",
  "description": "SDK for organization service - supports both client and server side",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "TheTechFossil",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/thetechfossil/organization-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/thetechfossil/organization-sdk/issues"
  },
  "homepage": "https://github.com/thetechfossil/organization-sdk#readme",
  "docs": "https://ktw-organization-docs.netlify.app/",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "organization",
    "sdk",
    "nextjs",
    "react",
    "organization-management",
    "member-management",
    "rbac",
    "role-based-access-control",
    "team-management",
    "thetechfossil"
  ],
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "react": "^18.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "dependencies": {
    "@thetechfossil/upfiles": "^1.0.12"
  },
  "devDependencies": {
    "@types/react": "^18.2.45",
    "typescript": "^5.3.3"
  }
}
