{
  "name": "@elementor/angie-sdk",
  "version": "1.7.7",
  "description": "TypeScript SDK for Angie AI assistant",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "npm run build:types && npm run build:bundle",
    "build:types": "tsc",
    "build:bundle": "webpack --mode=production",
    "build:watch": "npm run build:types && webpack --mode=development --watch",
    "dev": "tsc --watch",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "demo": "npm run build && npx --yes serve . -l 8080"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "angie",
    "elementor",
    "ai",
    "sdk"
  ],
  "author": "Elementor",
  "license": "MIT",
  "dependencies": {
    "@elementor/angie-logger": "^0.3.1",
    "@elementor/oidc-auth": "^0.1.0"
  },
  "peerDependencies": {
    "@modelcontextprotocol/sdk": ">=1.27.0"
  },
  "devDependencies": {
    "@eslint/js": "^8.0.0",
    "@modelcontextprotocol/sdk": "1.27.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.19.0",
    "@typescript-eslint/eslint-plugin": "^6.19.1",
    "@typescript-eslint/parser": "^6.19.1",
    "eslint": "^8.56.0",
    "globals": "^15.12.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.0.0",
    "raw-loader": "^4.0.2",
    "ts-jest": "^29.3.2",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elementor/angie-sdk.git"
  },
  "homepage": "https://github.com/elementor/angie-sdk",
  "publishConfig": {
    "access": "public"
  }
}
