{
  "name": "@sot/shared",
  "private": true,
  "version": "0.1.0",
  "description": "Shared types, constants, and integration config for SOT platform",
  "type": "module",
  "exports": {
    ".": "./src/index.ts",
    "./types": "./src/types.ts",
    "./integration": "./src/integration.ts",
    "./constants": "./src/constants.ts"
  },
  "scripts": {
    "lint": "tsc --noEmit",
    "build": "tsc --noEmit"
  },
  "devDependencies": {
    "typescript": "^5.7.2"
  }
}
