{
  "name": "@olostecnologia/olosagentsdk",
  "version": "2.2.32",
  "description": "",
  "main": "dist/olosagentsdk.cjs.js",
  "module": "dist/olosagentsdk.esm.js",
  "browser": "dist/olosagentsdk.umd.js",
  "typings": "dist/index.d.ts",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "rollup -c",
    "build:js": "rollup -c",
    "build:types": "tsc -p tsconfig.types.json",
    "build": "npm run clean && npm run build:js",
    "lint": "eslint --fix src/**/*.ts",
    "clean": "rimraf ./build ./dist",
    "test": "echo \"No test specified\"",
    "reset": "npm run clean && npm run build:types && npm run dev",
    "playground": "cd ./playground && npm run dev"
  },
  "author": "Giovanni Sabino <giovanni.sabino@olos.com.br>",
  "license": "ISC",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.18.4",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/jest": "^27.5.2",
    "@types/phoenix": "^1.6.6",
    "@typescript-eslint/eslint-plugin": "^4.29.0",
    "@typescript-eslint/parser": "^4.29.0",
    "eslint": "^7.32.0",
    "jest": "^28.1.3",
    "rollup": "^2.55.1",
    "rollup-plugin-polyfill-node": "^0.7.0",
    "rollup-plugin-web-worker-loader": "^1.6.1",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.1.0",
    "tslib": "^2.3.0",
    "typescript": "^4.3.5"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    },
    "testMatch": [
      "**/test/**/*.test.ts"
    ]
  },
  "dependencies": {
    "@olostecnologia/agenthub-client": "^1.0.0-beta.20",
    "axios": "^1.13.4",
    "jwt-decode": "^4.0.0",
    "worker-timers": "^8.0.20"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "npm": ">=8.0.0",
    "node": ">=16.0.0"
  }
}