{
  "name": "@aci-sdk/aci",
  "version": "0.1.9-beta",
  "description": "TypeScript SDK for ACI (Agent-Computer Interface) by Aipolabs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "aci",
    "sdk",
    "typescript",
    "api"
  ],
  "author": "Aipolabs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/aipotheosis-labs/aci-typescript-sdk.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@jest/globals": "^29.7.0",
    "@types/axios-mock-adapter": "^1.10.4",
    "@types/dotenv": "^8.2.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.24",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "^7.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "axios-mock-adapter": "^2.1.0",
    "dotenv": "^16.5.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "openai": "^4.97.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "typescript": "^5.3.3",
    "uuid": "^9.0.1"
  },
  "dependencies": {
    "axios": "^1.6.7",
    "axios-retry": "^4.0.0",
    "zod": "^3.22.4"
  },
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "lint": "eslint . --ext .ts",
    "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"examples/**/*.ts\"",
    "changeset": "changeset",
    "version": "changeset version",
    "release": "changeset publish"
  }
}