{
  "name": "spectrum-ts",
  "version": "8.0.0",
  "description": "Bring agents to any interface — unified messaging SDK for TypeScript. Batteries-included: the runtime plus every official provider.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/photon-hq/spectrum-ts.git",
    "directory": "packages/spectrum-ts"
  },
  "homepage": "https://photon.codes/spectrum",
  "bugs": {
    "url": "https://github.com/photon-hq/spectrum-ts/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./authoring": {
      "types": "./dist/authoring.d.ts",
      "default": "./dist/authoring.js"
    },
    "./providers": {
      "types": "./dist/providers/index.d.ts",
      "default": "./dist/providers/index.js"
    },
    "./providers/*": {
      "types": "./dist/providers/*/index.d.ts",
      "default": "./dist/providers/*/index.js"
    },
    "./manifest.json": "./dist/manifest.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@spectrum-ts/core": "8.0.0",
    "@spectrum-ts/imessage": "8.0.0",
    "@spectrum-ts/slack": "8.0.0",
    "@spectrum-ts/telegram": "8.0.0",
    "@spectrum-ts/terminal": "8.0.0",
    "@spectrum-ts/whatsapp-business": "8.0.0"
  },
  "license": "MIT"
}
