{
  "name": "@noovera/contracts",
  "version": "1.0.2",
  "description": "Type-safe API contracts for Noovera - Zod schemas and ts-rest routes",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "type-check": "tsc --noEmit",
    "validate": "npm run type-check",
    "prepack": "npm run validate"
  },
  "keywords": [
    "noovera",
    "api-contracts",
    "typescript",
    "zod",
    "ts-rest",
    "agentic",
    "customer-support",
    "multi-agent"
  ],
  "author": "Noovera",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "http://local_proxy@127.0.0.1:20204/git/magesenseai/noovera-api",
    "directory": "contracts"
  },
  "dependencies": {
    "@ts-rest/core": "^3.52.0",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "@ts-rest/core": "^3.52.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsup": "^8.0.1",
    "typescript": "^5.9.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
