{
  "name": "@s-tier-building-automation/stier-mcp-server",
  "version": "2.5.1",
  "description": "MCP server for STier Web API - Niagara 4 building automation",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "stier-mcp-server": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsx src/index.ts",
    "build": "prisma generate && tsc",
    "dev": "tsx watch src/index.ts",
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test src/__tests__/*.test.ts",
    "test:compliance": "node --import tsx --test src/__tests__/kit-control-compliance.test.ts",
    "eval": "tsx evals/runner.ts",
    "lint": "eslint src --ext .ts",
    "prepublishOnly": "npm run build && npm run test",
    "postinstall": "prisma generate || true"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "niagara",
    "building-automation",
    "stier"
  ],
  "author": "S-Tier Building Automation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/S-Tier-Building-Automation/STier-API-N4.git",
    "directory": "mcp-server"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "bundledDependencies": [
    "@stier/client"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "@prisma/client": "^5.22.0",
    "@stier/client": "*",
    "obix-js": "github:Rise-Building-Technology/obix-js#5cf96fbf86b54dc2f1f56942de493e575e74d23f",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^20.19.43",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint": "^8.57.0",
    "prisma": "^5.22.0",
    "tsx": "^4.7.0",
    "typescript": "^5.3.0"
  },
  "bundleDependencies": [
    "@stier/client"
  ]
}
